Shades of Horses Neck #6F572F
Tints of Horses Neck #6F572F
RGB
CMYK
RGB Variations
Color information
#6F572F (or 0x6F572F) is known color: Horses Neck. HEX triplet: 6F, 57 and 2F. RGB value is (111,87,47). Sum of RGB (Red+Green+Blue) = 111+87+47=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F572F is #90A8D0. Grayscale: #595959. Windows color (decimal): -9480401 or 3102575. OLE color: 3102575.
HSL color Cylindrical-coordinate representation of color #6F572F: hue angle of 37.5º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F572F is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 47 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.56 |
| HSL | 37.5º | 0.41% | 0.31% | - |
| HSV(B) | 37.5º | 0.58% | 0.44% | - |
| XYZ | 10.48 | 10.4 | 4.14 | - |
| YUV | 89.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 47 | 0 | 0.22 | 0.58 | 0.56 | 37.5 | 0.41 | 0.31 |
| Hex | 6F | 57 | 2F | 0 | 16 | 3A | 38 | 26 | 29 | 1F |
| Octal | 157 | 127 | 57 | 0 | 26 | 72 | 70 | 46 | 51 | 37 |
| Binary | 1101111 | 1010111 | 101111 | 0 | 10110 | 111010 | 111000 | 100110 | 101001 | 11111 |
Color Harmonies of #6F572F
Complementary color
Monochromatic Colors of #6F572F
Black with #6F572F
Text Example
Text Example
White with #6F572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F572F; }
p { color: rgb(111,87,47); }
H1.HeaderClassName
{
color: #6F572F;
}
.AnyTagClassName
{
color: #6F572F;
}
</style>
background-color css
<style>
a { background-color: #6F572F; }
a { background-color: rgb(111,87,47); }
div.DivClassName
{
background-color: #6F572F;
}
.BgClassName
{
background-color: #6F572F;
}
</style>
border-color css
<style>
span { border-color: #6F572F; }
span { border-color: rgb(111,87,47); }
td.TdClassName
{
border-color: #6F572F;
}
.TagClassName
{
border-color: #6F572F;
}
</style>