Shades of Hairy Heath #683A2B
Tints of Hairy Heath #683A2B
RGB
CMYK
RGB Variations
Color information
#683A2B (or 0x683A2B) is known color: Hairy Heath. HEX triplet: 68, 3A and 2B. RGB value is (104,58,43). Sum of RGB (Red+Green+Blue) = 104+58+43=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #683A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A2B is #97C5D4. Grayscale: #464646. Windows color (decimal): -9946581 or 2833000. OLE color: 2833000.
HSL color Cylindrical-coordinate representation of color #683A2B: hue angle of 14.75º 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 #683A2B is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 43 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.59 |
| HSL | 14.75º | 0.41% | 0.29% | - |
| HSV(B) | 14.75º | 0.59% | 0.41% | - |
| XYZ | 7.66 | 6.14 | 3.07 | - |
| YUV | 70.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 43 | 0 | 0.44 | 0.59 | 0.59 | 14.75 | 0.41 | 0.29 |
| Hex | 68 | 3A | 2B | 0 | 2C | 3B | 3B | F | 29 | 1D |
| Octal | 150 | 72 | 53 | 0 | 54 | 73 | 73 | 17 | 51 | 35 |
| Binary | 1101000 | 111010 | 101011 | 0 | 101100 | 111011 | 111011 | 1111 | 101001 | 11101 |
Color Harmonies of #683A2B
Complementary color
Monochromatic Colors of #683A2B
Black with #683A2B
Text Example
Text Example
White with #683A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A2B; }
p { color: rgb(104,58,43); }
H1.HeaderClassName
{
color: #683A2B;
}
.AnyTagClassName
{
color: #683A2B;
}
</style>
background-color css
<style>
a { background-color: #683A2B; }
a { background-color: rgb(104,58,43); }
div.DivClassName
{
background-color: #683A2B;
}
.BgClassName
{
background-color: #683A2B;
}
</style>
border-color css
<style>
span { border-color: #683A2B; }
span { border-color: rgb(104,58,43); }
td.TdClassName
{
border-color: #683A2B;
}
.TagClassName
{
border-color: #683A2B;
}
</style>