Shades of Hairy Heath #66311D
Tints of Hairy Heath #66311D
RGB
CMYK
RGB Variations
Color information
#66311D (or 0x66311D) is known color: Hairy Heath. HEX triplet: 66, 31 and 1D. RGB value is (102,49,29). Sum of RGB (Red+Green+Blue) = 102+49+29=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66311D is #99CEE2. Grayscale: #3E3E3E. Windows color (decimal): -10079971 or 1913190. OLE color: 1913190.
HSL color Cylindrical-coordinate representation of color #66311D: hue angle of 16.44º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66311D is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 29 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.6 |
| HSL | 16.44º | 0.56% | 0.26% | - |
| HSV(B) | 16.44º | 0.72% | 0.4% | - |
| XYZ | 6.8 | 5.11 | 1.79 | - |
| YUV | 62.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 29 | 0 | 0.52 | 0.72 | 0.6 | 16.44 | 0.56 | 0.26 |
| Hex | 66 | 31 | 1D | 0 | 34 | 48 | 3C | 10 | 38 | 1A |
| Octal | 146 | 61 | 35 | 0 | 64 | 110 | 74 | 20 | 70 | 32 |
| Binary | 1100110 | 110001 | 11101 | 0 | 110100 | 1001000 | 111100 | 10000 | 111000 | 11010 |
Color Harmonies of #66311D
Complementary color
Monochromatic Colors of #66311D
Black with #66311D
Text Example
Text Example
White with #66311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66311D; }
p { color: rgb(102,49,29); }
H1.HeaderClassName
{
color: #66311D;
}
.AnyTagClassName
{
color: #66311D;
}
</style>
background-color css
<style>
a { background-color: #66311D; }
a { background-color: rgb(102,49,29); }
div.DivClassName
{
background-color: #66311D;
}
.BgClassName
{
background-color: #66311D;
}
</style>
border-color css
<style>
span { border-color: #66311D; }
span { border-color: rgb(102,49,29); }
td.TdClassName
{
border-color: #66311D;
}
.TagClassName
{
border-color: #66311D;
}
</style>