Shades of Hairy Heath #652C1C
Tints of Hairy Heath #652C1C
RGB
CMYK
RGB Variations
Color information
#652C1C (or 0x652C1C) is known color: Hairy Heath. HEX triplet: 65, 2C and 1C. RGB value is (101,44,28). Sum of RGB (Red+Green+Blue) = 101+44+28=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #652C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652C1C is #9AD3E3. Grayscale: #3B3B3B. Windows color (decimal): -10146788 or 1846373. OLE color: 1846373.
HSL color Cylindrical-coordinate representation of color #652C1C: hue angle of 13.15º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #652C1C is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 28 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.60 |
| HSL | 13.15º | 0.57% | 0.25% | - |
| HSV(B) | 13.15º | 0.72% | 0.4% | - |
| XYZ | 6.48 | 4.65 | 1.66 | - |
| YUV | 59.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 28 | 0 | 0.56 | 0.72 | 0.60 | 13.15 | 0.57 | 0.25 |
| Hex | 65 | 2C | 1C | 0 | 38 | 48 | 3C | D | 39 | 19 |
| Octal | 145 | 54 | 34 | 0 | 70 | 110 | 74 | 15 | 71 | 31 |
| Binary | 1100101 | 101100 | 11100 | 0 | 111000 | 1001000 | 111100 | 1101 | 111001 | 11001 |
Color Harmonies of #652C1C
Complementary color
Monochromatic Colors of #652C1C
Black with #652C1C
Text Example
Text Example
White with #652C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C1C; }
p { color: rgb(101,44,28); }
H1.HeaderClassName
{
color: #652C1C;
}
.AnyTagClassName
{
color: #652C1C;
}
</style>
background-color css
<style>
a { background-color: #652C1C; }
a { background-color: rgb(101,44,28); }
div.DivClassName
{
background-color: #652C1C;
}
.BgClassName
{
background-color: #652C1C;
}
</style>
border-color css
<style>
span { border-color: #652C1C; }
span { border-color: rgb(101,44,28); }
td.TdClassName
{
border-color: #652C1C;
}
.TagClassName
{
border-color: #652C1C;
}
</style>