Shades of Horses Neck #6F5A18
Tints of Horses Neck #6F5A18
RGB
CMYK
RGB Variations
Color information
#6F5A18 (or 0x6F5A18) is known color: Horses Neck. HEX triplet: 6F, 5A and 18. RGB value is (111,90,24). Sum of RGB (Red+Green+Blue) = 111+90+24=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5A18 is #90A5E7. Grayscale: #595959. Windows color (decimal): -9479656 or 1596015. OLE color: 1596015.
HSL color Cylindrical-coordinate representation of color #6F5A18: hue angle of 45.52º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F5A18 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 90 | 24 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.56 |
| HSL | 45.52º | 0.64% | 0.26% | - |
| HSV(B) | 45.52º | 0.78% | 0.44% | - |
| XYZ | 10.38 | 10.76 | 2.39 | - |
| YUV | 88.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 24 | 0 | 0.19 | 0.78 | 0.56 | 45.52 | 0.64 | 0.26 |
| Hex | 6F | 5A | 18 | 0 | 13 | 4E | 38 | 2E | 40 | 1A |
| Octal | 157 | 132 | 30 | 0 | 23 | 116 | 70 | 56 | 100 | 32 |
| Binary | 1101111 | 1011010 | 11000 | 0 | 10011 | 1001110 | 111000 | 101110 | 1000000 | 11010 |
Color Harmonies of #6F5A18
Complementary color
Monochromatic Colors of #6F5A18
Black with #6F5A18
Text Example
Text Example
White with #6F5A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A18; }
p { color: rgb(111,90,24); }
H1.HeaderClassName
{
color: #6F5A18;
}
.AnyTagClassName
{
color: #6F5A18;
}
</style>
background-color css
<style>
a { background-color: #6F5A18; }
a { background-color: rgb(111,90,24); }
div.DivClassName
{
background-color: #6F5A18;
}
.BgClassName
{
background-color: #6F5A18;
}
</style>
border-color css
<style>
span { border-color: #6F5A18; }
span { border-color: rgb(111,90,24); }
td.TdClassName
{
border-color: #6F5A18;
}
.TagClassName
{
border-color: #6F5A18;
}
</style>