Color spaces of #664422
RGB | 102 | 68 | 34 |
---|---|---|---|
HSL | 0.08 | 0.50 | 0.27 |
HSV | 30° | 67° | 40° |
CMYK | 0.00 | 0.33 | 0.67 0.60 |
XYZ | 7.8353 | 7.0745 | 2.4659 |
Yxy | 7.0745 | 0.4509 | 0.4071 |
Hunter Lab | 26.5979 | 6.0367 | 13.1218 |
CIE-Lab | 31.9759 | 10.8157 | 26.1320 |
#664422 color RGB value is (102,68,34). This hex color code is also a web safe color which is equal to #642.
#664422 hex color red value is 102, green value is 68 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #664422 hue: 0.08 , saturation: 0.50 and the lightness value of 664422 is 0.27.
The process color (four color CMYK) of #664422 color hex is 0.00, 0.33, 0.67, 0.60. Web safe color of #664422 is #663333. Color #664422 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01000100 | 00100010 |
Octal | 146 | 104 | 42 |
Decimal | 102 | 68 | 34 |
Hex | 66 | 44 | 22 |
Shades of #664422
Tints of #664422
RGB Percentages of Color #664422
CMYK Percentages of Color #664422
Complementary Color
#664422 | #224466 |
#664422 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#664422 Color Preview on White Background
Lorem ipsum dolor sit amet.
#664422 Color CSS Codes
.mybgcolor {background-color:#664422; } .myforecolor {color:#664422; } .mybordercolor {border:3px solid #664422; }
#664422 Text Font Color
<p style="color:#664422">Text here</p>
This sample text font color is #664422
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#664422 Background Color
<div style="background-color:#664422">
Div content here</div>
This div background color is #664422
#664422 Border Color
<div style="border:3px solid #664422">
Div here</div>
This div border color is #664422
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,68,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #664422; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #664422; -webkit-box-shadow: 1px 1px 3px 2px #664422; box-shadow: 1px 1px 3px 2px #664422; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,68,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #664422">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #664422; -webkit-box-shadow: 1px 1px 3px 2px #664422; box-shadow: 1px 1px 3px 2px #664422;">
Div content here</div>
This div box has shadow with color #664422
Comments
No comments written yet.
Please login to write comment.