Shades of Hairy Heath #663228
Tints of Hairy Heath #663228
RGB
CMYK
RGB Variations
Color information
#663228 (or 0x663228) is known color: Hairy Heath. HEX triplet: 66, 32 and 28. RGB value is (102,50,40). Sum of RGB (Red+Green+Blue) = 102+50+40=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #663228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663228 is #99CDD7. Grayscale: #404040. Windows color (decimal): -10079704 or 2634342. OLE color: 2634342.
HSL color Cylindrical-coordinate representation of color #663228: hue angle of 9.68º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #663228 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 40 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.6 |
| HSL | 9.68º | 0.44% | 0.28% | - |
| HSV(B) | 9.68º | 0.61% | 0.4% | - |
| XYZ | 7 | 5.26 | 2.65 | - |
| YUV | 64.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 40 | 0 | 0.51 | 0.61 | 0.6 | 9.68 | 0.44 | 0.28 |
| Hex | 66 | 32 | 28 | 0 | 33 | 3D | 3C | A | 2C | 1C |
| Octal | 146 | 62 | 50 | 0 | 63 | 75 | 74 | 12 | 54 | 34 |
| Binary | 1100110 | 110010 | 101000 | 0 | 110011 | 111101 | 111100 | 1010 | 101100 | 11100 |
Color Harmonies of #663228
Complementary color
Monochromatic Colors of #663228
Black with #663228
Text Example
Text Example
White with #663228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663228; }
p { color: rgb(102,50,40); }
H1.HeaderClassName
{
color: #663228;
}
.AnyTagClassName
{
color: #663228;
}
</style>
background-color css
<style>
a { background-color: #663228; }
a { background-color: rgb(102,50,40); }
div.DivClassName
{
background-color: #663228;
}
.BgClassName
{
background-color: #663228;
}
</style>
border-color css
<style>
span { border-color: #663228; }
span { border-color: rgb(102,50,40); }
td.TdClassName
{
border-color: #663228;
}
.TagClassName
{
border-color: #663228;
}
</style>