Shades of Hairy Heath #63382C
Tints of Hairy Heath #63382C
RGB
CMYK
RGB Variations
Color information
#63382C (or 0x63382C) is known color: Hairy Heath. HEX triplet: 63, 38 and 2C. RGB value is (99,56,44). Sum of RGB (Red+Green+Blue) = 99+56+44=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63382C is #9CC7D3. Grayscale: #434343. Windows color (decimal): -10274772 or 2898019. OLE color: 2898019.
HSL color Cylindrical-coordinate representation of color #63382C: hue angle of 13.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63382C is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 56 | 44 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.61 |
| HSL | 13.09º | 0.38% | 0.28% | - |
| HSV(B) | 13.09º | 0.56% | 0.39% | - |
| XYZ | 7.01 | 5.66 | 3.11 | - |
| YUV | 67.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 56 | 44 | 0 | 0.43 | 0.56 | 0.61 | 13.09 | 0.38 | 0.28 |
| Hex | 63 | 38 | 2C | 0 | 2B | 38 | 3D | D | 26 | 1C |
| Octal | 143 | 70 | 54 | 0 | 53 | 70 | 75 | 15 | 46 | 34 |
| Binary | 1100011 | 111000 | 101100 | 0 | 101011 | 111000 | 111101 | 1101 | 100110 | 11100 |
Color Harmonies of #63382C
Complementary color
Monochromatic Colors of #63382C
Black with #63382C
Text Example
Text Example
White with #63382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63382C; }
p { color: rgb(99,56,44); }
H1.HeaderClassName
{
color: #63382C;
}
.AnyTagClassName
{
color: #63382C;
}
</style>
background-color css
<style>
a { background-color: #63382C; }
a { background-color: rgb(99,56,44); }
div.DivClassName
{
background-color: #63382C;
}
.BgClassName
{
background-color: #63382C;
}
</style>
border-color css
<style>
span { border-color: #63382C; }
span { border-color: rgb(99,56,44); }
td.TdClassName
{
border-color: #63382C;
}
.TagClassName
{
border-color: #63382C;
}
</style>