Shades of Hairy Heath #632E1F
Tints of Hairy Heath #632E1F
RGB
CMYK
RGB Variations
Color information
#632E1F (or 0x632E1F) is known color: Hairy Heath. HEX triplet: 63, 2E and 1F. RGB value is (99,46,31). Sum of RGB (Red+Green+Blue) = 99+46+31=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #632E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E1F is #9CD1E0. Grayscale: #3C3C3C. Windows color (decimal): -10277345 or 2043491. OLE color: 2043491.
HSL color Cylindrical-coordinate representation of color #632E1F: hue angle of 13.24º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #632E1F is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 31 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.61 |
| HSL | 13.24º | 0.52% | 0.25% | - |
| HSV(B) | 13.24º | 0.69% | 0.39% | - |
| XYZ | 6.37 | 4.71 | 1.87 | - |
| YUV | 60.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 31 | 0 | 0.54 | 0.69 | 0.61 | 13.24 | 0.52 | 0.25 |
| Hex | 63 | 2E | 1F | 0 | 36 | 45 | 3D | D | 34 | 19 |
| Octal | 143 | 56 | 37 | 0 | 66 | 105 | 75 | 15 | 64 | 31 |
| Binary | 1100011 | 101110 | 11111 | 0 | 110110 | 1000101 | 111101 | 1101 | 110100 | 11001 |
Color Harmonies of #632E1F
Complementary color
Monochromatic Colors of #632E1F
Black with #632E1F
Text Example
Text Example
White with #632E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E1F; }
p { color: rgb(99,46,31); }
H1.HeaderClassName
{
color: #632E1F;
}
.AnyTagClassName
{
color: #632E1F;
}
</style>
background-color css
<style>
a { background-color: #632E1F; }
a { background-color: rgb(99,46,31); }
div.DivClassName
{
background-color: #632E1F;
}
.BgClassName
{
background-color: #632E1F;
}
</style>
border-color css
<style>
span { border-color: #632E1F; }
span { border-color: rgb(99,46,31); }
td.TdClassName
{
border-color: #632E1F;
}
.TagClassName
{
border-color: #632E1F;
}
</style>