Shades of Horses Neck #6F5B27
Tints of Horses Neck #6F5B27
RGB
CMYK
RGB Variations
Color information
#6F5B27 (or 0x6F5B27) is known color: Horses Neck. HEX triplet: 6F, 5B and 27. RGB value is (111,91,39). Sum of RGB (Red+Green+Blue) = 111+91+39=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5B27 is #90A4D8. Grayscale: #5B5B5B. Windows color (decimal): -9479385 or 2579311. OLE color: 2579311.
HSL color Cylindrical-coordinate representation of color #6F5B27: hue angle of 43.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F5B27 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 39 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.56 |
| HSL | 43.33º | 0.48% | 0.29% | - |
| HSV(B) | 43.33º | 0.65% | 0.44% | - |
| XYZ | 10.66 | 11.01 | 3.48 | - |
| YUV | 91.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 39 | 0 | 0.18 | 0.65 | 0.56 | 43.33 | 0.48 | 0.29 |
| Hex | 6F | 5B | 27 | 0 | 12 | 41 | 38 | 2B | 30 | 1D |
| Octal | 157 | 133 | 47 | 0 | 22 | 101 | 70 | 53 | 60 | 35 |
| Binary | 1101111 | 1011011 | 100111 | 0 | 10010 | 1000001 | 111000 | 101011 | 110000 | 11101 |
Color Harmonies of #6F5B27
Complementary color
Monochromatic Colors of #6F5B27
Black with #6F5B27
Text Example
Text Example
White with #6F5B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B27; }
p { color: rgb(111,91,39); }
H1.HeaderClassName
{
color: #6F5B27;
}
.AnyTagClassName
{
color: #6F5B27;
}
</style>
background-color css
<style>
a { background-color: #6F5B27; }
a { background-color: rgb(111,91,39); }
div.DivClassName
{
background-color: #6F5B27;
}
.BgClassName
{
background-color: #6F5B27;
}
</style>
border-color css
<style>
span { border-color: #6F5B27; }
span { border-color: rgb(111,91,39); }
td.TdClassName
{
border-color: #6F5B27;
}
.TagClassName
{
border-color: #6F5B27;
}
</style>