Shades of Hairy Heath #662F23
Tints of Hairy Heath #662F23
RGB
CMYK
RGB Variations
Color information
#662F23 (or 0x662F23) is known color: Hairy Heath. HEX triplet: 66, 2F and 23. RGB value is (102,47,35). Sum of RGB (Red+Green+Blue) = 102+47+35=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #662F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662F23 is #99D0DC. Grayscale: #3E3E3E. Windows color (decimal): -10080477 or 2305894. OLE color: 2305894.
HSL color Cylindrical-coordinate representation of color #662F23: hue angle of 10.75º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #662F23 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 35 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.6 |
| HSL | 10.75º | 0.49% | 0.27% | - |
| HSV(B) | 10.75º | 0.66% | 0.4% | - |
| XYZ | 6.8 | 4.98 | 2.19 | - |
| YUV | 62.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 35 | 0 | 0.54 | 0.66 | 0.6 | 10.75 | 0.49 | 0.27 |
| Hex | 66 | 2F | 23 | 0 | 36 | 42 | 3C | B | 31 | 1B |
| Octal | 146 | 57 | 43 | 0 | 66 | 102 | 74 | 13 | 61 | 33 |
| Binary | 1100110 | 101111 | 100011 | 0 | 110110 | 1000010 | 111100 | 1011 | 110001 | 11011 |
Color Harmonies of #662F23
Complementary color
Monochromatic Colors of #662F23
Black with #662F23
Text Example
Text Example
White with #662F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F23; }
p { color: rgb(102,47,35); }
H1.HeaderClassName
{
color: #662F23;
}
.AnyTagClassName
{
color: #662F23;
}
</style>
background-color css
<style>
a { background-color: #662F23; }
a { background-color: rgb(102,47,35); }
div.DivClassName
{
background-color: #662F23;
}
.BgClassName
{
background-color: #662F23;
}
</style>
border-color css
<style>
span { border-color: #662F23; }
span { border-color: rgb(102,47,35); }
td.TdClassName
{
border-color: #662F23;
}
.TagClassName
{
border-color: #662F23;
}
</style>