Shades of Horses Neck #6F592E
Tints of Horses Neck #6F592E
RGB
CMYK
RGB Variations
Color information
#6F592E (or 0x6F592E) is known color: Horses Neck. HEX triplet: 6F, 59 and 2E. RGB value is (111,89,46). Sum of RGB (Red+Green+Blue) = 111+89+46=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F592E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F592E is #90A6D1. Grayscale: #5A5A5A. Windows color (decimal): -9479890 or 3037551. OLE color: 3037551.
HSL color Cylindrical-coordinate representation of color #6F592E: hue angle of 39.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F592E is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 46 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.56 |
| HSL | 39.69º | 0.41% | 0.31% | - |
| HSV(B) | 39.69º | 0.59% | 0.44% | - |
| XYZ | 10.62 | 10.72 | 4.09 | - |
| YUV | 90.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 46 | 0 | 0.20 | 0.59 | 0.56 | 39.69 | 0.41 | 0.31 |
| Hex | 6F | 59 | 2E | 0 | 14 | 3B | 38 | 28 | 29 | 1F |
| Octal | 157 | 131 | 56 | 0 | 24 | 73 | 70 | 50 | 51 | 37 |
| Binary | 1101111 | 1011001 | 101110 | 0 | 10100 | 111011 | 111000 | 101000 | 101001 | 11111 |
Color Harmonies of #6F592E
Complementary color
Monochromatic Colors of #6F592E
Black with #6F592E
Text Example
Text Example
White with #6F592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F592E; }
p { color: rgb(111,89,46); }
H1.HeaderClassName
{
color: #6F592E;
}
.AnyTagClassName
{
color: #6F592E;
}
</style>
background-color css
<style>
a { background-color: #6F592E; }
a { background-color: rgb(111,89,46); }
div.DivClassName
{
background-color: #6F592E;
}
.BgClassName
{
background-color: #6F592E;
}
</style>
border-color css
<style>
span { border-color: #6F592E; }
span { border-color: rgb(111,89,46); }
td.TdClassName
{
border-color: #6F592E;
}
.TagClassName
{
border-color: #6F592E;
}
</style>