Shades of Hairy Heath #68392B
Tints of Hairy Heath #68392B
RGB
CMYK
RGB Variations
Color information
#68392B (or 0x68392B) is known color: Hairy Heath. HEX triplet: 68, 39 and 2B. RGB value is (104,57,43). Sum of RGB (Red+Green+Blue) = 104+57+43=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68392B is #97C6D4. Grayscale: #454545. Windows color (decimal): -9946837 or 2832744. OLE color: 2832744.
HSL color Cylindrical-coordinate representation of color #68392B: hue angle of 13.77º 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 #68392B is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 43 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.59 |
| HSL | 13.77º | 0.41% | 0.29% | - |
| HSV(B) | 13.77º | 0.59% | 0.41% | - |
| XYZ | 7.61 | 6.04 | 3.05 | - |
| YUV | 69.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 43 | 0 | 0.45 | 0.59 | 0.59 | 13.77 | 0.41 | 0.29 |
| Hex | 68 | 39 | 2B | 0 | 2D | 3B | 3B | E | 29 | 1D |
| Octal | 150 | 71 | 53 | 0 | 55 | 73 | 73 | 16 | 51 | 35 |
| Binary | 1101000 | 111001 | 101011 | 0 | 101101 | 111011 | 111011 | 1110 | 101001 | 11101 |
Color Harmonies of #68392B
Complementary color
Monochromatic Colors of #68392B
Black with #68392B
Text Example
Text Example
White with #68392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68392B; }
p { color: rgb(104,57,43); }
H1.HeaderClassName
{
color: #68392B;
}
.AnyTagClassName
{
color: #68392B;
}
</style>
background-color css
<style>
a { background-color: #68392B; }
a { background-color: rgb(104,57,43); }
div.DivClassName
{
background-color: #68392B;
}
.BgClassName
{
background-color: #68392B;
}
</style>
border-color css
<style>
span { border-color: #68392B; }
span { border-color: rgb(104,57,43); }
td.TdClassName
{
border-color: #68392B;
}
.TagClassName
{
border-color: #68392B;
}
</style>