Shades of Horses Neck #6F5625
Tints of Horses Neck #6F5625
RGB
CMYK
RGB Variations
Color information
#6F5625 (or 0x6F5625) is known color: Horses Neck. HEX triplet: 6F, 56 and 25. RGB value is (111,86,37). Sum of RGB (Red+Green+Blue) = 111+86+37=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5625 is #90A9DA. Grayscale: #585858. Windows color (decimal): -9480667 or 2446959. OLE color: 2446959.
HSL color Cylindrical-coordinate representation of color #6F5625: hue angle of 39.73º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F5625 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 37 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.56 |
| HSL | 39.73º | 0.5% | 0.29% | - |
| HSV(B) | 39.73º | 0.67% | 0.44% | - |
| XYZ | 10.22 | 10.17 | 3.17 | - |
| YUV | 87.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 37 | 0 | 0.23 | 0.67 | 0.56 | 39.73 | 0.5 | 0.29 |
| Hex | 6F | 56 | 25 | 0 | 17 | 43 | 38 | 28 | 32 | 1D |
| Octal | 157 | 126 | 45 | 0 | 27 | 103 | 70 | 50 | 62 | 35 |
| Binary | 1101111 | 1010110 | 100101 | 0 | 10111 | 1000011 | 111000 | 101000 | 110010 | 11101 |
Color Harmonies of #6F5625
Complementary color
Monochromatic Colors of #6F5625
Black with #6F5625
Text Example
Text Example
White with #6F5625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5625; }
p { color: rgb(111,86,37); }
H1.HeaderClassName
{
color: #6F5625;
}
.AnyTagClassName
{
color: #6F5625;
}
</style>
background-color css
<style>
a { background-color: #6F5625; }
a { background-color: rgb(111,86,37); }
div.DivClassName
{
background-color: #6F5625;
}
.BgClassName
{
background-color: #6F5625;
}
</style>
border-color css
<style>
span { border-color: #6F5625; }
span { border-color: rgb(111,86,37); }
td.TdClassName
{
border-color: #6F5625;
}
.TagClassName
{
border-color: #6F5625;
}
</style>