Shades of Horses Neck #6C592A
Tints of Horses Neck #6C592A
RGB
CMYK
RGB Variations
Color information
#6C592A (or 0x6C592A) is known color: Horses Neck. HEX triplet: 6C, 59 and 2A. RGB value is (108,89,42). Sum of RGB (Red+Green+Blue) = 108+89+42=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 108 - color contains mainly: red. Hex color #6C592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C592A is #93A6D5. Grayscale: #595959. Windows color (decimal): -9676502 or 2775404. OLE color: 2775404.
HSL color Cylindrical-coordinate representation of color #6C592A: hue angle of 42.73º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C592A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 89 | 42 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.58 |
| HSL | 42.73º | 0.44% | 0.29% | - |
| HSV(B) | 42.73º | 0.61% | 0.42% | - |
| XYZ | 10.17 | 10.5 | 3.68 | - |
| YUV | 89.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 89 | 42 | 0 | 0.18 | 0.61 | 0.58 | 42.73 | 0.44 | 0.29 |
| Hex | 6C | 59 | 2A | 0 | 12 | 3D | 3A | 2B | 2C | 1D |
| Octal | 154 | 131 | 52 | 0 | 22 | 75 | 72 | 53 | 54 | 35 |
| Binary | 1101100 | 1011001 | 101010 | 0 | 10010 | 111101 | 111010 | 101011 | 101100 | 11101 |
Color Harmonies of #6C592A
Complementary color
Monochromatic Colors of #6C592A
Black with #6C592A
Text Example
Text Example
White with #6C592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C592A; }
p { color: rgb(108,89,42); }
H1.HeaderClassName
{
color: #6C592A;
}
.AnyTagClassName
{
color: #6C592A;
}
</style>
background-color css
<style>
a { background-color: #6C592A; }
a { background-color: rgb(108,89,42); }
div.DivClassName
{
background-color: #6C592A;
}
.BgClassName
{
background-color: #6C592A;
}
</style>
border-color css
<style>
span { border-color: #6C592A; }
span { border-color: rgb(108,89,42); }
td.TdClassName
{
border-color: #6C592A;
}
.TagClassName
{
border-color: #6C592A;
}
</style>