Shades of Hairy Heath #663A2E
Tints of Hairy Heath #663A2E
RGB
CMYK
RGB Variations
Color information
#663A2E (or 0x663A2E) is known color: Hairy Heath. HEX triplet: 66, 3A and 2E. RGB value is (102,58,46). Sum of RGB (Red+Green+Blue) = 102+58+46=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A2E is #99C5D1. Grayscale: #454545. Windows color (decimal): -10077650 or 3029606. OLE color: 3029606.
HSL color Cylindrical-coordinate representation of color #663A2E: hue angle of 12.86º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #663A2E is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 58 | 46 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.6 |
| HSL | 12.86º | 0.38% | 0.29% | - |
| HSV(B) | 12.86º | 0.55% | 0.4% | - |
| XYZ | 7.49 | 6.05 | 3.36 | - |
| YUV | 69.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 46 | 0 | 0.43 | 0.55 | 0.6 | 12.86 | 0.38 | 0.29 |
| Hex | 66 | 3A | 2E | 0 | 2B | 37 | 3C | D | 26 | 1D |
| Octal | 146 | 72 | 56 | 0 | 53 | 67 | 74 | 15 | 46 | 35 |
| Binary | 1100110 | 111010 | 101110 | 0 | 101011 | 110111 | 111100 | 1101 | 100110 | 11101 |
Color Harmonies of #663A2E
Complementary color
Monochromatic Colors of #663A2E
Black with #663A2E
Text Example
Text Example
White with #663A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663A2E; }
p { color: rgb(102,58,46); }
H1.HeaderClassName
{
color: #663A2E;
}
.AnyTagClassName
{
color: #663A2E;
}
</style>
background-color css
<style>
a { background-color: #663A2E; }
a { background-color: rgb(102,58,46); }
div.DivClassName
{
background-color: #663A2E;
}
.BgClassName
{
background-color: #663A2E;
}
</style>
border-color css
<style>
span { border-color: #663A2E; }
span { border-color: rgb(102,58,46); }
td.TdClassName
{
border-color: #663A2E;
}
.TagClassName
{
border-color: #663A2E;
}
</style>