Shades of Hairy Heath #632F1E
Tints of Hairy Heath #632F1E
RGB
CMYK
RGB Variations
Color information
#632F1E (or 0x632F1E) is known color: Hairy Heath. HEX triplet: 63, 2F and 1E. RGB value is (99,47,30). Sum of RGB (Red+Green+Blue) = 99+47+30=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #632F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F1E is #9CD0E1. Grayscale: #3C3C3C. Windows color (decimal): -10277090 or 1978211. OLE color: 1978211.
HSL color Cylindrical-coordinate representation of color #632F1E: hue angle of 14.78º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #632F1E is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 30 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.61 |
| HSL | 14.78º | 0.53% | 0.25% | - |
| HSV(B) | 14.78º | 0.7% | 0.39% | - |
| XYZ | 6.4 | 4.78 | 1.81 | - |
| YUV | 60.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 30 | 0 | 0.53 | 0.70 | 0.61 | 14.78 | 0.53 | 0.25 |
| Hex | 63 | 2F | 1E | 0 | 35 | 46 | 3D | F | 35 | 19 |
| Octal | 143 | 57 | 36 | 0 | 65 | 106 | 75 | 17 | 65 | 31 |
| Binary | 1100011 | 101111 | 11110 | 0 | 110101 | 1000110 | 111101 | 1111 | 110101 | 11001 |
Color Harmonies of #632F1E
Complementary color
Monochromatic Colors of #632F1E
Black with #632F1E
Text Example
Text Example
White with #632F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F1E; }
p { color: rgb(99,47,30); }
H1.HeaderClassName
{
color: #632F1E;
}
.AnyTagClassName
{
color: #632F1E;
}
</style>
background-color css
<style>
a { background-color: #632F1E; }
a { background-color: rgb(99,47,30); }
div.DivClassName
{
background-color: #632F1E;
}
.BgClassName
{
background-color: #632F1E;
}
</style>
border-color css
<style>
span { border-color: #632F1E; }
span { border-color: rgb(99,47,30); }
td.TdClassName
{
border-color: #632F1E;
}
.TagClassName
{
border-color: #632F1E;
}
</style>