Shades of Horses Neck #6F581E
Tints of Horses Neck #6F581E
RGB
CMYK
RGB Variations
Color information
#6F581E (or 0x6F581E) is known color: Horses Neck. HEX triplet: 6F, 58 and 1E. RGB value is (111,88,30). Sum of RGB (Red+Green+Blue) = 111+88+30=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F581E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F581E is #90A7E1. Grayscale: #585858. Windows color (decimal): -9480162 or 1988719. OLE color: 1988719.
HSL color Cylindrical-coordinate representation of color #6F581E: hue angle of 42.96º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F581E is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 30 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.56 |
| HSL | 42.96º | 0.57% | 0.28% | - |
| HSV(B) | 42.96º | 0.73% | 0.44% | - |
| XYZ | 10.28 | 10.45 | 2.7 | - |
| YUV | 88.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 30 | 0 | 0.21 | 0.73 | 0.56 | 42.96 | 0.57 | 0.28 |
| Hex | 6F | 58 | 1E | 0 | 15 | 49 | 38 | 2B | 39 | 1C |
| Octal | 157 | 130 | 36 | 0 | 25 | 111 | 70 | 53 | 71 | 34 |
| Binary | 1101111 | 1011000 | 11110 | 0 | 10101 | 1001001 | 111000 | 101011 | 111001 | 11100 |
Color Harmonies of #6F581E
Complementary color
Monochromatic Colors of #6F581E
Black with #6F581E
Text Example
Text Example
White with #6F581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F581E; }
p { color: rgb(111,88,30); }
H1.HeaderClassName
{
color: #6F581E;
}
.AnyTagClassName
{
color: #6F581E;
}
</style>
background-color css
<style>
a { background-color: #6F581E; }
a { background-color: rgb(111,88,30); }
div.DivClassName
{
background-color: #6F581E;
}
.BgClassName
{
background-color: #6F581E;
}
</style>
border-color css
<style>
span { border-color: #6F581E; }
span { border-color: rgb(111,88,30); }
td.TdClassName
{
border-color: #6F581E;
}
.TagClassName
{
border-color: #6F581E;
}
</style>