Shades of Hairy Heath #632D1B
Tints of Hairy Heath #632D1B
RGB
CMYK
RGB Variations
Color information
#632D1B (or 0x632D1B) is known color: Hairy Heath. HEX triplet: 63, 2D and 1B. RGB value is (99,45,27). Sum of RGB (Red+Green+Blue) = 99+45+27=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #632D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632D1B is #9CD2E4. Grayscale: #3B3B3B. Windows color (decimal): -10277605 or 1781091. OLE color: 1781091.
HSL color Cylindrical-coordinate representation of color #632D1B: hue angle of 15º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #632D1B is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 45 | 27 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.61 |
| HSL | 15º | 0.57% | 0.25% | - |
| HSV(B) | 15º | 0.73% | 0.39% | - |
| XYZ | 6.28 | 4.61 | 1.6 | - |
| YUV | 59.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 27 | 0 | 0.55 | 0.73 | 0.61 | 15 | 0.57 | 0.25 |
| Hex | 63 | 2D | 1B | 0 | 37 | 49 | 3D | F | 39 | 19 |
| Octal | 143 | 55 | 33 | 0 | 67 | 111 | 75 | 17 | 71 | 31 |
| Binary | 1100011 | 101101 | 11011 | 0 | 110111 | 1001001 | 111101 | 1111 | 111001 | 11001 |
Color Harmonies of #632D1B
Complementary color
Monochromatic Colors of #632D1B
Black with #632D1B
Text Example
Text Example
White with #632D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D1B; }
p { color: rgb(99,45,27); }
H1.HeaderClassName
{
color: #632D1B;
}
.AnyTagClassName
{
color: #632D1B;
}
</style>
background-color css
<style>
a { background-color: #632D1B; }
a { background-color: rgb(99,45,27); }
div.DivClassName
{
background-color: #632D1B;
}
.BgClassName
{
background-color: #632D1B;
}
</style>
border-color css
<style>
span { border-color: #632D1B; }
span { border-color: rgb(99,45,27); }
td.TdClassName
{
border-color: #632D1B;
}
.TagClassName
{
border-color: #632D1B;
}
</style>