Shades of Hairy Heath #68352B
Tints of Hairy Heath #68352B
RGB
CMYK
RGB Variations
Color information
#68352B (or 0x68352B) is known color: Hairy Heath. HEX triplet: 68, 35 and 2B. RGB value is (104,53,43). Sum of RGB (Red+Green+Blue) = 104+53+43=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68352B is #97CAD4. Grayscale: #434343. Windows color (decimal): -9947861 or 2831720. OLE color: 2831720.
HSL color Cylindrical-coordinate representation of color #68352B: hue angle of 9.84º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68352B is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 43 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.59 |
| HSL | 9.84º | 0.41% | 0.29% | - |
| HSV(B) | 9.84º | 0.59% | 0.41% | - |
| XYZ | 7.42 | 5.66 | 2.99 | - |
| YUV | 67.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 43 | 0 | 0.49 | 0.59 | 0.59 | 9.84 | 0.41 | 0.29 |
| Hex | 68 | 35 | 2B | 0 | 31 | 3B | 3B | A | 29 | 1D |
| Octal | 150 | 65 | 53 | 0 | 61 | 73 | 73 | 12 | 51 | 35 |
| Binary | 1101000 | 110101 | 101011 | 0 | 110001 | 111011 | 111011 | 1010 | 101001 | 11101 |
Color Harmonies of #68352B
Complementary color
Monochromatic Colors of #68352B
Black with #68352B
Text Example
Text Example
White with #68352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68352B; }
p { color: rgb(104,53,43); }
H1.HeaderClassName
{
color: #68352B;
}
.AnyTagClassName
{
color: #68352B;
}
</style>
background-color css
<style>
a { background-color: #68352B; }
a { background-color: rgb(104,53,43); }
div.DivClassName
{
background-color: #68352B;
}
.BgClassName
{
background-color: #68352B;
}
</style>
border-color css
<style>
span { border-color: #68352B; }
span { border-color: rgb(104,53,43); }
td.TdClassName
{
border-color: #68352B;
}
.TagClassName
{
border-color: #68352B;
}
</style>