Shades of Hairy Heath #693B2D
Tints of Hairy Heath #693B2D
RGB
CMYK
RGB Variations
Color information
#693B2D (or 0x693B2D) is known color: Hairy Heath. HEX triplet: 69, 3B and 2D. RGB value is (105,59,45). Sum of RGB (Red+Green+Blue) = 105+59+45=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B2D is #96C4D2. Grayscale: #474747. Windows color (decimal): -9880787 or 2964329. OLE color: 2964329.
HSL color Cylindrical-coordinate representation of color #693B2D: hue angle of 14º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693B2D is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 59 | 45 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.59 |
| HSL | 14º | 0.4% | 0.29% | - |
| HSV(B) | 14º | 0.57% | 0.41% | - |
| XYZ | 7.86 | 6.32 | 3.29 | - |
| YUV | 71.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 45 | 0 | 0.44 | 0.57 | 0.59 | 14 | 0.4 | 0.29 |
| Hex | 69 | 3B | 2D | 0 | 2C | 39 | 3B | E | 28 | 1D |
| Octal | 151 | 73 | 55 | 0 | 54 | 71 | 73 | 16 | 50 | 35 |
| Binary | 1101001 | 111011 | 101101 | 0 | 101100 | 111001 | 111011 | 1110 | 101000 | 11101 |
Color Harmonies of #693B2D
Complementary color
Monochromatic Colors of #693B2D
Black with #693B2D
Text Example
Text Example
White with #693B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693B2D; }
p { color: rgb(105,59,45); }
H1.HeaderClassName
{
color: #693B2D;
}
.AnyTagClassName
{
color: #693B2D;
}
</style>
background-color css
<style>
a { background-color: #693B2D; }
a { background-color: rgb(105,59,45); }
div.DivClassName
{
background-color: #693B2D;
}
.BgClassName
{
background-color: #693B2D;
}
</style>
border-color css
<style>
span { border-color: #693B2D; }
span { border-color: rgb(105,59,45); }
td.TdClassName
{
border-color: #693B2D;
}
.TagClassName
{
border-color: #693B2D;
}
</style>