Shades of Horses Neck #6F572E
Tints of Horses Neck #6F572E
RGB
CMYK
RGB Variations
Color information
#6F572E (or 0x6F572E) is known color: Horses Neck. HEX triplet: 6F, 57 and 2E. RGB value is (111,87,46). Sum of RGB (Red+Green+Blue) = 111+87+46=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F572E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F572E is #90A8D1. Grayscale: #595959. Windows color (decimal): -9480402 or 3037039. OLE color: 3037039.
HSL color Cylindrical-coordinate representation of color #6F572E: hue angle of 37.85º 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 #6F572E is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 46 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.56 |
| HSL | 37.85º | 0.41% | 0.31% | - |
| HSV(B) | 37.85º | 0.59% | 0.44% | - |
| XYZ | 10.46 | 10.39 | 4.04 | - |
| YUV | 89.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 46 | 0 | 0.22 | 0.59 | 0.56 | 37.85 | 0.41 | 0.31 |
| Hex | 6F | 57 | 2E | 0 | 16 | 3B | 38 | 26 | 29 | 1F |
| Octal | 157 | 127 | 56 | 0 | 26 | 73 | 70 | 46 | 51 | 37 |
| Binary | 1101111 | 1010111 | 101110 | 0 | 10110 | 111011 | 111000 | 100110 | 101001 | 11111 |
Color Harmonies of #6F572E
Complementary color
Monochromatic Colors of #6F572E
Black with #6F572E
Text Example
Text Example
White with #6F572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F572E; }
p { color: rgb(111,87,46); }
H1.HeaderClassName
{
color: #6F572E;
}
.AnyTagClassName
{
color: #6F572E;
}
</style>
background-color css
<style>
a { background-color: #6F572E; }
a { background-color: rgb(111,87,46); }
div.DivClassName
{
background-color: #6F572E;
}
.BgClassName
{
background-color: #6F572E;
}
</style>
border-color css
<style>
span { border-color: #6F572E; }
span { border-color: rgb(111,87,46); }
td.TdClassName
{
border-color: #6F572E;
}
.TagClassName
{
border-color: #6F572E;
}
</style>