Shades of Horses Neck #6F5823
Tints of Horses Neck #6F5823
RGB
CMYK
RGB Variations
Color information
#6F5823 (or 0x6F5823) is known color: Horses Neck. HEX triplet: 6F, 58 and 23. RGB value is (111,88,35). Sum of RGB (Red+Green+Blue) = 111+88+35=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5823 is #90A7DC. Grayscale: #595959. Windows color (decimal): -9480157 or 2316399. OLE color: 2316399.
HSL color Cylindrical-coordinate representation of color #6F5823: hue angle of 41.84º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F5823 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 35 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.56 |
| HSL | 41.84º | 0.52% | 0.29% | - |
| HSV(B) | 41.84º | 0.68% | 0.44% | - |
| XYZ | 10.35 | 10.48 | 3.07 | - |
| YUV | 88.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 35 | 0 | 0.21 | 0.68 | 0.56 | 41.84 | 0.52 | 0.29 |
| Hex | 6F | 58 | 23 | 0 | 15 | 44 | 38 | 2A | 34 | 1D |
| Octal | 157 | 130 | 43 | 0 | 25 | 104 | 70 | 52 | 64 | 35 |
| Binary | 1101111 | 1011000 | 100011 | 0 | 10101 | 1000100 | 111000 | 101010 | 110100 | 11101 |
Color Harmonies of #6F5823
Complementary color
Monochromatic Colors of #6F5823
Black with #6F5823
Text Example
Text Example
White with #6F5823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5823; }
p { color: rgb(111,88,35); }
H1.HeaderClassName
{
color: #6F5823;
}
.AnyTagClassName
{
color: #6F5823;
}
</style>
background-color css
<style>
a { background-color: #6F5823; }
a { background-color: rgb(111,88,35); }
div.DivClassName
{
background-color: #6F5823;
}
.BgClassName
{
background-color: #6F5823;
}
</style>
border-color css
<style>
span { border-color: #6F5823; }
span { border-color: rgb(111,88,35); }
td.TdClassName
{
border-color: #6F5823;
}
.TagClassName
{
border-color: #6F5823;
}
</style>