Shades of Horses Neck #6F5A31
Tints of Horses Neck #6F5A31
RGB
CMYK
RGB Variations
Color information
#6F5A31 (or 0x6F5A31) is known color: Horses Neck. HEX triplet: 6F, 5A and 31. RGB value is (111,90,49). Sum of RGB (Red+Green+Blue) = 111+90+49=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5A31 is #90A5CE. Grayscale: #5B5B5B. Windows color (decimal): -9479631 or 3234415. OLE color: 3234415.
HSL color Cylindrical-coordinate representation of color #6F5A31: hue angle of 39.68º 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 #6F5A31 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 90 | 49 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.56 |
| HSL | 39.68º | 0.39% | 0.31% | - |
| HSV(B) | 39.68º | 0.56% | 0.44% | - |
| XYZ | 10.77 | 10.91 | 4.44 | - |
| YUV | 91.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 49 | 0 | 0.19 | 0.56 | 0.56 | 39.68 | 0.39 | 0.31 |
| Hex | 6F | 5A | 31 | 0 | 13 | 38 | 38 | 28 | 27 | 1F |
| Octal | 157 | 132 | 61 | 0 | 23 | 70 | 70 | 50 | 47 | 37 |
| Binary | 1101111 | 1011010 | 110001 | 0 | 10011 | 111000 | 111000 | 101000 | 100111 | 11111 |
Color Harmonies of #6F5A31
Complementary color
Monochromatic Colors of #6F5A31
Black with #6F5A31
Text Example
Text Example
White with #6F5A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A31; }
p { color: rgb(111,90,49); }
H1.HeaderClassName
{
color: #6F5A31;
}
.AnyTagClassName
{
color: #6F5A31;
}
</style>
background-color css
<style>
a { background-color: #6F5A31; }
a { background-color: rgb(111,90,49); }
div.DivClassName
{
background-color: #6F5A31;
}
.BgClassName
{
background-color: #6F5A31;
}
</style>
border-color css
<style>
span { border-color: #6F5A31; }
span { border-color: rgb(111,90,49); }
td.TdClassName
{
border-color: #6F5A31;
}
.TagClassName
{
border-color: #6F5A31;
}
</style>