Shades of Hairy Heath #663A2B
Tints of Hairy Heath #663A2B
RGB
CMYK
RGB Variations
Color information
#663A2B (or 0x663A2B) is known color: Hairy Heath. HEX triplet: 66, 3A and 2B. RGB value is (102,58,43). Sum of RGB (Red+Green+Blue) = 102+58+43=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #663A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A2B is #99C5D4. Grayscale: #454545. Windows color (decimal): -10077653 or 2832998. OLE color: 2832998.
HSL color Cylindrical-coordinate representation of color #663A2B: hue angle of 15.25º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663A2B is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 58 | 43 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.6 |
| HSL | 15.25º | 0.41% | 0.28% | - |
| HSV(B) | 15.25º | 0.58% | 0.4% | - |
| XYZ | 7.43 | 6.03 | 3.06 | - |
| YUV | 69.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 43 | 0 | 0.43 | 0.58 | 0.6 | 15.25 | 0.41 | 0.28 |
| Hex | 66 | 3A | 2B | 0 | 2B | 3A | 3C | F | 29 | 1C |
| Octal | 146 | 72 | 53 | 0 | 53 | 72 | 74 | 17 | 51 | 34 |
| Binary | 1100110 | 111010 | 101011 | 0 | 101011 | 111010 | 111100 | 1111 | 101001 | 11100 |
Color Harmonies of #663A2B
Complementary color
Monochromatic Colors of #663A2B
Black with #663A2B
Text Example
Text Example
White with #663A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663A2B; }
p { color: rgb(102,58,43); }
H1.HeaderClassName
{
color: #663A2B;
}
.AnyTagClassName
{
color: #663A2B;
}
</style>
background-color css
<style>
a { background-color: #663A2B; }
a { background-color: rgb(102,58,43); }
div.DivClassName
{
background-color: #663A2B;
}
.BgClassName
{
background-color: #663A2B;
}
</style>
border-color css
<style>
span { border-color: #663A2B; }
span { border-color: rgb(102,58,43); }
td.TdClassName
{
border-color: #663A2B;
}
.TagClassName
{
border-color: #663A2B;
}
</style>