Shades of Horses Neck #6F571E
Tints of Horses Neck #6F571E
RGB
CMYK
RGB Variations
Color information
#6F571E (or 0x6F571E) is known color: Horses Neck. HEX triplet: 6F, 57 and 1E. RGB value is (111,87,30). Sum of RGB (Red+Green+Blue) = 111+87+30=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F571E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F571E is #90A8E1. Grayscale: #575757. Windows color (decimal): -9480418 or 1988463. OLE color: 1988463.
HSL color Cylindrical-coordinate representation of color #6F571E: hue angle of 42.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F571E is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 30 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.56 |
| HSL | 42.22º | 0.57% | 0.28% | - |
| HSV(B) | 42.22º | 0.73% | 0.44% | - |
| XYZ | 10.2 | 10.29 | 2.68 | - |
| YUV | 87.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 30 | 0 | 0.22 | 0.73 | 0.56 | 42.22 | 0.57 | 0.28 |
| Hex | 6F | 57 | 1E | 0 | 16 | 49 | 38 | 2A | 39 | 1C |
| Octal | 157 | 127 | 36 | 0 | 26 | 111 | 70 | 52 | 71 | 34 |
| Binary | 1101111 | 1010111 | 11110 | 0 | 10110 | 1001001 | 111000 | 101010 | 111001 | 11100 |
Color Harmonies of #6F571E
Complementary color
Monochromatic Colors of #6F571E
Black with #6F571E
Text Example
Text Example
White with #6F571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F571E; }
p { color: rgb(111,87,30); }
H1.HeaderClassName
{
color: #6F571E;
}
.AnyTagClassName
{
color: #6F571E;
}
</style>
background-color css
<style>
a { background-color: #6F571E; }
a { background-color: rgb(111,87,30); }
div.DivClassName
{
background-color: #6F571E;
}
.BgClassName
{
background-color: #6F571E;
}
</style>
border-color css
<style>
span { border-color: #6F571E; }
span { border-color: rgb(111,87,30); }
td.TdClassName
{
border-color: #6F571E;
}
.TagClassName
{
border-color: #6F571E;
}
</style>