Shades of Horses Neck #6F5927
Tints of Horses Neck #6F5927
RGB
CMYK
RGB Variations
Color information
#6F5927 (or 0x6F5927) is known color: Horses Neck. HEX triplet: 6F, 59 and 27. RGB value is (111,89,39). Sum of RGB (Red+Green+Blue) = 111+89+39=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5927 is #90A6D8. Grayscale: #5A5A5A. Windows color (decimal): -9479897 or 2578799. OLE color: 2578799.
HSL color Cylindrical-coordinate representation of color #6F5927: hue angle of 41.67º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F5927 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 39 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.56 |
| HSL | 41.67º | 0.48% | 0.29% | - |
| HSV(B) | 41.67º | 0.65% | 0.44% | - |
| XYZ | 10.49 | 10.67 | 3.43 | - |
| YUV | 89.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 39 | 0 | 0.20 | 0.65 | 0.56 | 41.67 | 0.48 | 0.29 |
| Hex | 6F | 59 | 27 | 0 | 14 | 41 | 38 | 2A | 30 | 1D |
| Octal | 157 | 131 | 47 | 0 | 24 | 101 | 70 | 52 | 60 | 35 |
| Binary | 1101111 | 1011001 | 100111 | 0 | 10100 | 1000001 | 111000 | 101010 | 110000 | 11101 |
Color Harmonies of #6F5927
Complementary color
Monochromatic Colors of #6F5927
Black with #6F5927
Text Example
Text Example
White with #6F5927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5927; }
p { color: rgb(111,89,39); }
H1.HeaderClassName
{
color: #6F5927;
}
.AnyTagClassName
{
color: #6F5927;
}
</style>
background-color css
<style>
a { background-color: #6F5927; }
a { background-color: rgb(111,89,39); }
div.DivClassName
{
background-color: #6F5927;
}
.BgClassName
{
background-color: #6F5927;
}
</style>
border-color css
<style>
span { border-color: #6F5927; }
span { border-color: rgb(111,89,39); }
td.TdClassName
{
border-color: #6F5927;
}
.TagClassName
{
border-color: #6F5927;
}
</style>