Shades of Horses Neck #6F541E
Tints of Horses Neck #6F541E
RGB
CMYK
RGB Variations
Color information
#6F541E (or 0x6F541E) is known color: Horses Neck. HEX triplet: 6F, 54 and 1E. RGB value is (111,84,30). Sum of RGB (Red+Green+Blue) = 111+84+30=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F541E is #90ABE1. Grayscale: #565656. Windows color (decimal): -9481186 or 1987695. OLE color: 1987695.
HSL color Cylindrical-coordinate representation of color #6F541E: hue angle of 40º 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 #6F541E is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 30 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.56 |
| HSL | 40º | 0.57% | 0.28% | - |
| HSV(B) | 40º | 0.73% | 0.44% | - |
| XYZ | 9.96 | 9.81 | 2.6 | - |
| YUV | 85.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 30 | 0 | 0.24 | 0.73 | 0.56 | 40 | 0.57 | 0.28 |
| Hex | 6F | 54 | 1E | 0 | 18 | 49 | 38 | 28 | 39 | 1C |
| Octal | 157 | 124 | 36 | 0 | 30 | 111 | 70 | 50 | 71 | 34 |
| Binary | 1101111 | 1010100 | 11110 | 0 | 11000 | 1001001 | 111000 | 101000 | 111001 | 11100 |
Color Harmonies of #6F541E
Complementary color
Monochromatic Colors of #6F541E
Black with #6F541E
Text Example
Text Example
White with #6F541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F541E; }
p { color: rgb(111,84,30); }
H1.HeaderClassName
{
color: #6F541E;
}
.AnyTagClassName
{
color: #6F541E;
}
</style>
background-color css
<style>
a { background-color: #6F541E; }
a { background-color: rgb(111,84,30); }
div.DivClassName
{
background-color: #6F541E;
}
.BgClassName
{
background-color: #6F541E;
}
</style>
border-color css
<style>
span { border-color: #6F541E; }
span { border-color: rgb(111,84,30); }
td.TdClassName
{
border-color: #6F541E;
}
.TagClassName
{
border-color: #6F541E;
}
</style>