Shades of Hairy Heath #68362A
Tints of Hairy Heath #68362A
RGB
CMYK
RGB Variations
Color information
#68362A (or 0x68362A) is known color: Hairy Heath. HEX triplet: 68, 36 and 2A. RGB value is (104,54,42). Sum of RGB (Red+Green+Blue) = 104+54+42=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68362A is #97C9D5. Grayscale: #434343. Windows color (decimal): -9947606 or 2766440. OLE color: 2766440.
HSL color Cylindrical-coordinate representation of color #68362A: hue angle of 11.61º 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 #68362A is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 42 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.59 |
| HSL | 11.61º | 0.42% | 0.29% | - |
| HSV(B) | 11.61º | 0.6% | 0.41% | - |
| XYZ | 7.45 | 5.75 | 2.91 | - |
| YUV | 67.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 42 | 0 | 0.48 | 0.60 | 0.59 | 11.61 | 0.42 | 0.29 |
| Hex | 68 | 36 | 2A | 0 | 30 | 3C | 3B | C | 2A | 1D |
| Octal | 150 | 66 | 52 | 0 | 60 | 74 | 73 | 14 | 52 | 35 |
| Binary | 1101000 | 110110 | 101010 | 0 | 110000 | 111100 | 111011 | 1100 | 101010 | 11101 |
Color Harmonies of #68362A
Complementary color
Monochromatic Colors of #68362A
Black with #68362A
Text Example
Text Example
White with #68362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68362A; }
p { color: rgb(104,54,42); }
H1.HeaderClassName
{
color: #68362A;
}
.AnyTagClassName
{
color: #68362A;
}
</style>
background-color css
<style>
a { background-color: #68362A; }
a { background-color: rgb(104,54,42); }
div.DivClassName
{
background-color: #68362A;
}
.BgClassName
{
background-color: #68362A;
}
</style>
border-color css
<style>
span { border-color: #68362A; }
span { border-color: rgb(104,54,42); }
td.TdClassName
{
border-color: #68362A;
}
.TagClassName
{
border-color: #68362A;
}
</style>