Shades of Hairy Heath #632E1B
Tints of Hairy Heath #632E1B
RGB
CMYK
RGB Variations
Color information
#632E1B (or 0x632E1B) is known color: Hairy Heath. HEX triplet: 63, 2E and 1B. RGB value is (99,46,27). Sum of RGB (Red+Green+Blue) = 99+46+27=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #632E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E1B is #9CD1E4. Grayscale: #3B3B3B. Windows color (decimal): -10277349 or 1781347. OLE color: 1781347.
HSL color Cylindrical-coordinate representation of color #632E1B: hue angle of 15.83º 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 #632E1B is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 27 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.61 |
| HSL | 15.83º | 0.57% | 0.25% | - |
| HSV(B) | 15.83º | 0.73% | 0.39% | - |
| XYZ | 6.32 | 4.69 | 1.61 | - |
| YUV | 59.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 27 | 0 | 0.54 | 0.73 | 0.61 | 15.83 | 0.57 | 0.25 |
| Hex | 63 | 2E | 1B | 0 | 36 | 49 | 3D | 10 | 39 | 19 |
| Octal | 143 | 56 | 33 | 0 | 66 | 111 | 75 | 20 | 71 | 31 |
| Binary | 1100011 | 101110 | 11011 | 0 | 110110 | 1001001 | 111101 | 10000 | 111001 | 11001 |
Color Harmonies of #632E1B
Complementary color
Monochromatic Colors of #632E1B
Black with #632E1B
Text Example
Text Example
White with #632E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E1B; }
p { color: rgb(99,46,27); }
H1.HeaderClassName
{
color: #632E1B;
}
.AnyTagClassName
{
color: #632E1B;
}
</style>
background-color css
<style>
a { background-color: #632E1B; }
a { background-color: rgb(99,46,27); }
div.DivClassName
{
background-color: #632E1B;
}
.BgClassName
{
background-color: #632E1B;
}
</style>
border-color css
<style>
span { border-color: #632E1B; }
span { border-color: rgb(99,46,27); }
td.TdClassName
{
border-color: #632E1B;
}
.TagClassName
{
border-color: #632E1B;
}
</style>