Shades of Hairy Heath #66301D
Tints of Hairy Heath #66301D
RGB
CMYK
RGB Variations
Color information
#66301D (or 0x66301D) is known color: Hairy Heath. HEX triplet: 66, 30 and 1D. RGB value is (102,48,29). Sum of RGB (Red+Green+Blue) = 102+48+29=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #66301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66301D is #99CFE2. Grayscale: #3E3E3E. Windows color (decimal): -10080227 or 1912934. OLE color: 1912934.
HSL color Cylindrical-coordinate representation of color #66301D: hue angle of 15.62º 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 #66301D is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 29 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.6 |
| HSL | 15.62º | 0.56% | 0.26% | - |
| HSV(B) | 15.62º | 0.72% | 0.4% | - |
| XYZ | 6.76 | 5.03 | 1.78 | - |
| YUV | 61.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 29 | 0 | 0.53 | 0.72 | 0.6 | 15.62 | 0.56 | 0.26 |
| Hex | 66 | 30 | 1D | 0 | 35 | 48 | 3C | 10 | 38 | 1A |
| Octal | 146 | 60 | 35 | 0 | 65 | 110 | 74 | 20 | 70 | 32 |
| Binary | 1100110 | 110000 | 11101 | 0 | 110101 | 1001000 | 111100 | 10000 | 111000 | 11010 |
Color Harmonies of #66301D
Complementary color
Monochromatic Colors of #66301D
Black with #66301D
Text Example
Text Example
White with #66301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66301D; }
p { color: rgb(102,48,29); }
H1.HeaderClassName
{
color: #66301D;
}
.AnyTagClassName
{
color: #66301D;
}
</style>
background-color css
<style>
a { background-color: #66301D; }
a { background-color: rgb(102,48,29); }
div.DivClassName
{
background-color: #66301D;
}
.BgClassName
{
background-color: #66301D;
}
</style>
border-color css
<style>
span { border-color: #66301D; }
span { border-color: rgb(102,48,29); }
td.TdClassName
{
border-color: #66301D;
}
.TagClassName
{
border-color: #66301D;
}
</style>