Shades of Horses Neck #6F5B1E
Tints of Horses Neck #6F5B1E
RGB
CMYK
RGB Variations
Color information
#6F5B1E (or 0x6F5B1E) is known color: Horses Neck. HEX triplet: 6F, 5B and 1E. RGB value is (111,91,30). Sum of RGB (Red+Green+Blue) = 111+91+30=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5B1E is #90A4E1. Grayscale: #5A5A5A. Windows color (decimal): -9479394 or 1989487. OLE color: 1989487.
HSL color Cylindrical-coordinate representation of color #6F5B1E: hue angle of 45.19º 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 #6F5B1E is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 30 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.56 |
| HSL | 45.19º | 0.57% | 0.28% | - |
| HSV(B) | 45.19º | 0.73% | 0.44% | - |
| XYZ | 10.53 | 10.96 | 2.79 | - |
| YUV | 90.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 30 | 0 | 0.18 | 0.73 | 0.56 | 45.19 | 0.57 | 0.28 |
| Hex | 6F | 5B | 1E | 0 | 12 | 49 | 38 | 2D | 39 | 1C |
| Octal | 157 | 133 | 36 | 0 | 22 | 111 | 70 | 55 | 71 | 34 |
| Binary | 1101111 | 1011011 | 11110 | 0 | 10010 | 1001001 | 111000 | 101101 | 111001 | 11100 |
Color Harmonies of #6F5B1E
Complementary color
Monochromatic Colors of #6F5B1E
Black with #6F5B1E
Text Example
Text Example
White with #6F5B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B1E; }
p { color: rgb(111,91,30); }
H1.HeaderClassName
{
color: #6F5B1E;
}
.AnyTagClassName
{
color: #6F5B1E;
}
</style>
background-color css
<style>
a { background-color: #6F5B1E; }
a { background-color: rgb(111,91,30); }
div.DivClassName
{
background-color: #6F5B1E;
}
.BgClassName
{
background-color: #6F5B1E;
}
</style>
border-color css
<style>
span { border-color: #6F5B1E; }
span { border-color: rgb(111,91,30); }
td.TdClassName
{
border-color: #6F5B1E;
}
.TagClassName
{
border-color: #6F5B1E;
}
</style>