Shades of Horses Neck #6C5818
Tints of Horses Neck #6C5818
RGB
CMYK
RGB Variations
Color information
#6C5818 (or 0x6C5818) is known color: Horses Neck. HEX triplet: 6C, 58 and 18. RGB value is (108,88,24). Sum of RGB (Red+Green+Blue) = 108+88+24=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5818 is #93A7E7. Grayscale: #565656. Windows color (decimal): -9676776 or 1595500. OLE color: 1595500.
HSL color Cylindrical-coordinate representation of color #6C5818: hue angle of 45.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C5818 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 88 | 24 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.58 |
| HSL | 45.71º | 0.64% | 0.26% | - |
| HSV(B) | 45.71º | 0.78% | 0.42% | - |
| XYZ | 9.84 | 10.23 | 2.32 | - |
| YUV | 86.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 24 | 0 | 0.19 | 0.78 | 0.58 | 45.71 | 0.64 | 0.26 |
| Hex | 6C | 58 | 18 | 0 | 13 | 4E | 3A | 2E | 40 | 1A |
| Octal | 154 | 130 | 30 | 0 | 23 | 116 | 72 | 56 | 100 | 32 |
| Binary | 1101100 | 1011000 | 11000 | 0 | 10011 | 1001110 | 111010 | 101110 | 1000000 | 11010 |
Color Harmonies of #6C5818
Complementary color
Monochromatic Colors of #6C5818
Black with #6C5818
Text Example
Text Example
White with #6C5818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5818; }
p { color: rgb(108,88,24); }
H1.HeaderClassName
{
color: #6C5818;
}
.AnyTagClassName
{
color: #6C5818;
}
</style>
background-color css
<style>
a { background-color: #6C5818; }
a { background-color: rgb(108,88,24); }
div.DivClassName
{
background-color: #6C5818;
}
.BgClassName
{
background-color: #6C5818;
}
</style>
border-color css
<style>
span { border-color: #6C5818; }
span { border-color: rgb(108,88,24); }
td.TdClassName
{
border-color: #6C5818;
}
.TagClassName
{
border-color: #6C5818;
}
</style>