Shades of Hairy Heath #68392A
Tints of Hairy Heath #68392A
RGB
CMYK
RGB Variations
Color information
#68392A (or 0x68392A) is known color: Hairy Heath. HEX triplet: 68, 39 and 2A. RGB value is (104,57,42). Sum of RGB (Red+Green+Blue) = 104+57+42=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68392A is #97C6D5. Grayscale: #454545. Windows color (decimal): -9946838 or 2767208. OLE color: 2767208.
HSL color Cylindrical-coordinate representation of color #68392A: hue angle of 14.52º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68392A is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 42 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.59 |
| HSL | 14.52º | 0.42% | 0.29% | - |
| HSV(B) | 14.52º | 0.6% | 0.41% | - |
| XYZ | 7.59 | 6.04 | 2.96 | - |
| YUV | 69.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 42 | 0 | 0.45 | 0.60 | 0.59 | 14.52 | 0.42 | 0.29 |
| Hex | 68 | 39 | 2A | 0 | 2D | 3C | 3B | F | 2A | 1D |
| Octal | 150 | 71 | 52 | 0 | 55 | 74 | 73 | 17 | 52 | 35 |
| Binary | 1101000 | 111001 | 101010 | 0 | 101101 | 111100 | 111011 | 1111 | 101010 | 11101 |
Color Harmonies of #68392A
Complementary color
Monochromatic Colors of #68392A
Black with #68392A
Text Example
Text Example
White with #68392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68392A; }
p { color: rgb(104,57,42); }
H1.HeaderClassName
{
color: #68392A;
}
.AnyTagClassName
{
color: #68392A;
}
</style>
background-color css
<style>
a { background-color: #68392A; }
a { background-color: rgb(104,57,42); }
div.DivClassName
{
background-color: #68392A;
}
.BgClassName
{
background-color: #68392A;
}
</style>
border-color css
<style>
span { border-color: #68392A; }
span { border-color: rgb(104,57,42); }
td.TdClassName
{
border-color: #68392A;
}
.TagClassName
{
border-color: #68392A;
}
</style>