Shades of Horses Neck #6F561E
Tints of Horses Neck #6F561E
RGB
CMYK
RGB Variations
Color information
#6F561E (or 0x6F561E) is known color: Horses Neck. HEX triplet: 6F, 56 and 1E. RGB value is (111,86,30). Sum of RGB (Red+Green+Blue) = 111+86+30=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F561E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F561E is #90A9E1. Grayscale: #575757. Windows color (decimal): -9480674 or 1988207. OLE color: 1988207.
HSL color Cylindrical-coordinate representation of color #6F561E: hue angle of 41.48º 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 #6F561E is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 30 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.56 |
| HSL | 41.48º | 0.57% | 0.28% | - |
| HSV(B) | 41.48º | 0.73% | 0.44% | - |
| XYZ | 10.12 | 10.13 | 2.65 | - |
| YUV | 87.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 30 | 0 | 0.23 | 0.73 | 0.56 | 41.48 | 0.57 | 0.28 |
| Hex | 6F | 56 | 1E | 0 | 17 | 49 | 38 | 29 | 39 | 1C |
| Octal | 157 | 126 | 36 | 0 | 27 | 111 | 70 | 51 | 71 | 34 |
| Binary | 1101111 | 1010110 | 11110 | 0 | 10111 | 1001001 | 111000 | 101001 | 111001 | 11100 |
Color Harmonies of #6F561E
Complementary color
Monochromatic Colors of #6F561E
Black with #6F561E
Text Example
Text Example
White with #6F561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F561E; }
p { color: rgb(111,86,30); }
H1.HeaderClassName
{
color: #6F561E;
}
.AnyTagClassName
{
color: #6F561E;
}
</style>
background-color css
<style>
a { background-color: #6F561E; }
a { background-color: rgb(111,86,30); }
div.DivClassName
{
background-color: #6F561E;
}
.BgClassName
{
background-color: #6F561E;
}
</style>
border-color css
<style>
span { border-color: #6F561E; }
span { border-color: rgb(111,86,30); }
td.TdClassName
{
border-color: #6F561E;
}
.TagClassName
{
border-color: #6F561E;
}
</style>