Shades of Hairy Heath #68382B
Tints of Hairy Heath #68382B
RGB
CMYK
RGB Variations
Color information
#68382B (or 0x68382B) is known color: Hairy Heath. HEX triplet: 68, 38 and 2B. RGB value is (104,56,43). Sum of RGB (Red+Green+Blue) = 104+56+43=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68382B is #97C7D4. Grayscale: #444444. Windows color (decimal): -9947093 or 2832488. OLE color: 2832488.
HSL color Cylindrical-coordinate representation of color #68382B: hue angle of 12.79º 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 #68382B is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 43 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.59 |
| HSL | 12.79º | 0.41% | 0.29% | - |
| HSV(B) | 12.79º | 0.59% | 0.41% | - |
| XYZ | 7.56 | 5.95 | 3.03 | - |
| YUV | 68.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 43 | 0 | 0.46 | 0.59 | 0.59 | 12.79 | 0.41 | 0.29 |
| Hex | 68 | 38 | 2B | 0 | 2E | 3B | 3B | D | 29 | 1D |
| Octal | 150 | 70 | 53 | 0 | 56 | 73 | 73 | 15 | 51 | 35 |
| Binary | 1101000 | 111000 | 101011 | 0 | 101110 | 111011 | 111011 | 1101 | 101001 | 11101 |
Color Harmonies of #68382B
Complementary color
Monochromatic Colors of #68382B
Black with #68382B
Text Example
Text Example
White with #68382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68382B; }
p { color: rgb(104,56,43); }
H1.HeaderClassName
{
color: #68382B;
}
.AnyTagClassName
{
color: #68382B;
}
</style>
background-color css
<style>
a { background-color: #68382B; }
a { background-color: rgb(104,56,43); }
div.DivClassName
{
background-color: #68382B;
}
.BgClassName
{
background-color: #68382B;
}
</style>
border-color css
<style>
span { border-color: #68382B; }
span { border-color: rgb(104,56,43); }
td.TdClassName
{
border-color: #68382B;
}
.TagClassName
{
border-color: #68382B;
}
</style>