Shades of Horses Neck #6F5933
Tints of Horses Neck #6F5933
RGB
CMYK
RGB Variations
Color information
#6F5933 (or 0x6F5933) is known color: Horses Neck. HEX triplet: 6F, 59 and 33. RGB value is (111,89,51). Sum of RGB (Red+Green+Blue) = 111+89+51=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5933 is #90A6CC. Grayscale: #5B5B5B. Windows color (decimal): -9479885 or 3365231. OLE color: 3365231.
HSL color Cylindrical-coordinate representation of color #6F5933: hue angle of 38º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F5933 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 51 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.56 |
| HSL | 38º | 0.37% | 0.32% | - |
| HSV(B) | 38º | 0.54% | 0.44% | - |
| XYZ | 10.73 | 10.76 | 4.64 | - |
| YUV | 91.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 51 | 0 | 0.20 | 0.54 | 0.56 | 38 | 0.37 | 0.32 |
| Hex | 6F | 59 | 33 | 0 | 14 | 36 | 38 | 26 | 25 | 20 |
| Octal | 157 | 131 | 63 | 0 | 24 | 66 | 70 | 46 | 45 | 40 |
| Binary | 1101111 | 1011001 | 110011 | 0 | 10100 | 110110 | 111000 | 100110 | 100101 | 100000 |
Color Harmonies of #6F5933
Complementary color
Monochromatic Colors of #6F5933
Black with #6F5933
Text Example
Text Example
White with #6F5933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5933; }
p { color: rgb(111,89,51); }
H1.HeaderClassName
{
color: #6F5933;
}
.AnyTagClassName
{
color: #6F5933;
}
</style>
background-color css
<style>
a { background-color: #6F5933; }
a { background-color: rgb(111,89,51); }
div.DivClassName
{
background-color: #6F5933;
}
.BgClassName
{
background-color: #6F5933;
}
</style>
border-color css
<style>
span { border-color: #6F5933; }
span { border-color: rgb(111,89,51); }
td.TdClassName
{
border-color: #6F5933;
}
.TagClassName
{
border-color: #6F5933;
}
</style>