Shades of Horses Neck #6F512C
Tints of Horses Neck #6F512C
RGB
CMYK
RGB Variations
Color information
#6F512C (or 0x6F512C) is known color: Horses Neck. HEX triplet: 6F, 51 and 2C. RGB value is (111,81,44). Sum of RGB (Red+Green+Blue) = 111+81+44=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F512C is #90AED3. Grayscale: #555555. Windows color (decimal): -9481940 or 2904431. OLE color: 2904431.
HSL color Cylindrical-coordinate representation of color #6F512C: hue angle of 33.13º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F512C is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 44 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.56 |
| HSL | 33.13º | 0.43% | 0.3% | - |
| HSV(B) | 33.13º | 0.6% | 0.44% | - |
| XYZ | 9.95 | 9.45 | 3.68 | - |
| YUV | 85.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 44 | 0 | 0.27 | 0.60 | 0.56 | 33.13 | 0.43 | 0.3 |
| Hex | 6F | 51 | 2C | 0 | 1B | 3C | 38 | 21 | 2B | 1E |
| Octal | 157 | 121 | 54 | 0 | 33 | 74 | 70 | 41 | 53 | 36 |
| Binary | 1101111 | 1010001 | 101100 | 0 | 11011 | 111100 | 111000 | 100001 | 101011 | 11110 |
Color Harmonies of #6F512C
Complementary color
Monochromatic Colors of #6F512C
Black with #6F512C
Text Example
Text Example
White with #6F512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F512C; }
p { color: rgb(111,81,44); }
H1.HeaderClassName
{
color: #6F512C;
}
.AnyTagClassName
{
color: #6F512C;
}
</style>
background-color css
<style>
a { background-color: #6F512C; }
a { background-color: rgb(111,81,44); }
div.DivClassName
{
background-color: #6F512C;
}
.BgClassName
{
background-color: #6F512C;
}
</style>
border-color css
<style>
span { border-color: #6F512C; }
span { border-color: rgb(111,81,44); }
td.TdClassName
{
border-color: #6F512C;
}
.TagClassName
{
border-color: #6F512C;
}
</style>