Shades of Hairy Heath #663828
Tints of Hairy Heath #663828
RGB
CMYK
RGB Variations
Color information
#663828 (or 0x663828) is known color: Hairy Heath. HEX triplet: 66, 38 and 28. RGB value is (102,56,40). Sum of RGB (Red+Green+Blue) = 102+56+40=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #663828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663828 is #99C7D7. Grayscale: #444444. Windows color (decimal): -10078168 or 2635878. OLE color: 2635878.
HSL color Cylindrical-coordinate representation of color #663828: hue angle of 15.48º 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 #663828 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 40 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.6 |
| HSL | 15.48º | 0.44% | 0.28% | - |
| HSV(B) | 15.48º | 0.61% | 0.4% | - |
| XYZ | 7.28 | 5.81 | 2.74 | - |
| YUV | 67.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 40 | 0 | 0.45 | 0.61 | 0.6 | 15.48 | 0.44 | 0.28 |
| Hex | 66 | 38 | 28 | 0 | 2D | 3D | 3C | F | 2C | 1C |
| Octal | 146 | 70 | 50 | 0 | 55 | 75 | 74 | 17 | 54 | 34 |
| Binary | 1100110 | 111000 | 101000 | 0 | 101101 | 111101 | 111100 | 1111 | 101100 | 11100 |
Color Harmonies of #663828
Complementary color
Monochromatic Colors of #663828
Black with #663828
Text Example
Text Example
White with #663828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663828; }
p { color: rgb(102,56,40); }
H1.HeaderClassName
{
color: #663828;
}
.AnyTagClassName
{
color: #663828;
}
</style>
background-color css
<style>
a { background-color: #663828; }
a { background-color: rgb(102,56,40); }
div.DivClassName
{
background-color: #663828;
}
.BgClassName
{
background-color: #663828;
}
</style>
border-color css
<style>
span { border-color: #663828; }
span { border-color: rgb(102,56,40); }
td.TdClassName
{
border-color: #663828;
}
.TagClassName
{
border-color: #663828;
}
</style>