Shades of Horses Neck #6F542E
Tints of Horses Neck #6F542E
RGB
CMYK
RGB Variations
Color information
#6F542E (or 0x6F542E) is known color: Horses Neck. HEX triplet: 6F, 54 and 2E. RGB value is (111,84,46). Sum of RGB (Red+Green+Blue) = 111+84+46=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F542E is #90ABD1. Grayscale: #575757. Windows color (decimal): -9481170 or 3036271. OLE color: 3036271.
HSL color Cylindrical-coordinate representation of color #6F542E: hue angle of 35.08º 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 #6F542E is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 46 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.56 |
| HSL | 35.08º | 0.41% | 0.31% | - |
| HSV(B) | 35.08º | 0.59% | 0.44% | - |
| XYZ | 10.22 | 9.92 | 3.96 | - |
| YUV | 87.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 46 | 0 | 0.24 | 0.59 | 0.56 | 35.08 | 0.41 | 0.31 |
| Hex | 6F | 54 | 2E | 0 | 18 | 3B | 38 | 23 | 29 | 1F |
| Octal | 157 | 124 | 56 | 0 | 30 | 73 | 70 | 43 | 51 | 37 |
| Binary | 1101111 | 1010100 | 101110 | 0 | 11000 | 111011 | 111000 | 100011 | 101001 | 11111 |
Color Harmonies of #6F542E
Complementary color
Monochromatic Colors of #6F542E
Black with #6F542E
Text Example
Text Example
White with #6F542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F542E; }
p { color: rgb(111,84,46); }
H1.HeaderClassName
{
color: #6F542E;
}
.AnyTagClassName
{
color: #6F542E;
}
</style>
background-color css
<style>
a { background-color: #6F542E; }
a { background-color: rgb(111,84,46); }
div.DivClassName
{
background-color: #6F542E;
}
.BgClassName
{
background-color: #6F542E;
}
</style>
border-color css
<style>
span { border-color: #6F542E; }
span { border-color: rgb(111,84,46); }
td.TdClassName
{
border-color: #6F542E;
}
.TagClassName
{
border-color: #6F542E;
}
</style>