Shades of Horses Neck #6F5632
Tints of Horses Neck #6F5632
RGB
CMYK
RGB Variations
Color information
#6F5632 (or 0x6F5632) is known color: Horses Neck. HEX triplet: 6F, 56 and 32. RGB value is (111,86,50). Sum of RGB (Red+Green+Blue) = 111+86+50=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5632 is #90A9CD. Grayscale: #595959. Windows color (decimal): -9480654 or 3298927. OLE color: 3298927.
HSL color Cylindrical-coordinate representation of color #6F5632: hue angle of 35.41º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F5632 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 50 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.56 |
| HSL | 35.41º | 0.38% | 0.32% | - |
| HSV(B) | 35.41º | 0.55% | 0.44% | - |
| XYZ | 10.46 | 10.27 | 4.45 | - |
| YUV | 89.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 50 | 0 | 0.23 | 0.55 | 0.56 | 35.41 | 0.38 | 0.32 |
| Hex | 6F | 56 | 32 | 0 | 17 | 37 | 38 | 23 | 26 | 20 |
| Octal | 157 | 126 | 62 | 0 | 27 | 67 | 70 | 43 | 46 | 40 |
| Binary | 1101111 | 1010110 | 110010 | 0 | 10111 | 110111 | 111000 | 100011 | 100110 | 100000 |
Color Harmonies of #6F5632
Complementary color
Monochromatic Colors of #6F5632
Black with #6F5632
Text Example
Text Example
White with #6F5632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5632; }
p { color: rgb(111,86,50); }
H1.HeaderClassName
{
color: #6F5632;
}
.AnyTagClassName
{
color: #6F5632;
}
</style>
background-color css
<style>
a { background-color: #6F5632; }
a { background-color: rgb(111,86,50); }
div.DivClassName
{
background-color: #6F5632;
}
.BgClassName
{
background-color: #6F5632;
}
</style>
border-color css
<style>
span { border-color: #6F5632; }
span { border-color: rgb(111,86,50); }
td.TdClassName
{
border-color: #6F5632;
}
.TagClassName
{
border-color: #6F5632;
}
</style>