Shades of Horses Neck #6F5931
Tints of Horses Neck #6F5931
RGB
CMYK
RGB Variations
Color information
#6F5931 (or 0x6F5931) is known color: Horses Neck. HEX triplet: 6F, 59 and 31. RGB value is (111,89,49). Sum of RGB (Red+Green+Blue) = 111+89+49=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5931 is #90A6CE. Grayscale: #5B5B5B. Windows color (decimal): -9479887 or 3234159. OLE color: 3234159.
HSL color Cylindrical-coordinate representation of color #6F5931: hue angle of 38.71º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F5931 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 49 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.56 |
| HSL | 38.71º | 0.39% | 0.31% | - |
| HSV(B) | 38.71º | 0.56% | 0.44% | - |
| XYZ | 10.68 | 10.75 | 4.42 | - |
| YUV | 91.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 49 | 0 | 0.20 | 0.56 | 0.56 | 38.71 | 0.39 | 0.31 |
| Hex | 6F | 59 | 31 | 0 | 14 | 38 | 38 | 27 | 27 | 1F |
| Octal | 157 | 131 | 61 | 0 | 24 | 70 | 70 | 47 | 47 | 37 |
| Binary | 1101111 | 1011001 | 110001 | 0 | 10100 | 111000 | 111000 | 100111 | 100111 | 11111 |
Color Harmonies of #6F5931
Complementary color
Monochromatic Colors of #6F5931
Black with #6F5931
Text Example
Text Example
White with #6F5931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5931; }
p { color: rgb(111,89,49); }
H1.HeaderClassName
{
color: #6F5931;
}
.AnyTagClassName
{
color: #6F5931;
}
</style>
background-color css
<style>
a { background-color: #6F5931; }
a { background-color: rgb(111,89,49); }
div.DivClassName
{
background-color: #6F5931;
}
.BgClassName
{
background-color: #6F5931;
}
</style>
border-color css
<style>
span { border-color: #6F5931; }
span { border-color: rgb(111,89,49); }
td.TdClassName
{
border-color: #6F5931;
}
.TagClassName
{
border-color: #6F5931;
}
</style>