Shades of Hairy Heath #652C1F
Tints of Hairy Heath #652C1F
RGB
CMYK
RGB Variations
Color information
#652C1F (or 0x652C1F) is known color: Hairy Heath. HEX triplet: 65, 2C and 1F. RGB value is (101,44,31). Sum of RGB (Red+Green+Blue) = 101+44+31=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #652C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652C1F is #9AD3E0. Grayscale: #3B3B3B. Windows color (decimal): -10146785 or 2042981. OLE color: 2042981.
HSL color Cylindrical-coordinate representation of color #652C1F: hue angle of 11.14º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652C1F is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 31 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.60 |
| HSL | 11.14º | 0.53% | 0.26% | - |
| HSV(B) | 11.14º | 0.69% | 0.4% | - |
| XYZ | 6.51 | 4.67 | 1.85 | - |
| YUV | 59.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 31 | 0 | 0.56 | 0.69 | 0.60 | 11.14 | 0.53 | 0.26 |
| Hex | 65 | 2C | 1F | 0 | 38 | 45 | 3C | B | 35 | 1A |
| Octal | 145 | 54 | 37 | 0 | 70 | 105 | 74 | 13 | 65 | 32 |
| Binary | 1100101 | 101100 | 11111 | 0 | 111000 | 1000101 | 111100 | 1011 | 110101 | 11010 |
Color Harmonies of #652C1F
Complementary color
Monochromatic Colors of #652C1F
Black with #652C1F
Text Example
Text Example
White with #652C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C1F; }
p { color: rgb(101,44,31); }
H1.HeaderClassName
{
color: #652C1F;
}
.AnyTagClassName
{
color: #652C1F;
}
</style>
background-color css
<style>
a { background-color: #652C1F; }
a { background-color: rgb(101,44,31); }
div.DivClassName
{
background-color: #652C1F;
}
.BgClassName
{
background-color: #652C1F;
}
</style>
border-color css
<style>
span { border-color: #652C1F; }
span { border-color: rgb(101,44,31); }
td.TdClassName
{
border-color: #652C1F;
}
.TagClassName
{
border-color: #652C1F;
}
</style>