Shades of Horses Neck #6C5819
Tints of Horses Neck #6C5819
RGB
CMYK
RGB Variations
Color information
#6C5819 (or 0x6C5819) is known color: Horses Neck. HEX triplet: 6C, 58 and 19. RGB value is (108,88,25). Sum of RGB (Red+Green+Blue) = 108+88+25=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5819 is #93A7E6. Grayscale: #575757. Windows color (decimal): -9676775 or 1661036. OLE color: 1661036.
HSL color Cylindrical-coordinate representation of color #6C5819: hue angle of 45.54º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C5819 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 88 | 25 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.58 |
| HSL | 45.54º | 0.62% | 0.26% | - |
| HSV(B) | 45.54º | 0.77% | 0.42% | - |
| XYZ | 9.85 | 10.24 | 2.38 | - |
| YUV | 86.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 25 | 0 | 0.19 | 0.77 | 0.58 | 45.54 | 0.62 | 0.26 |
| Hex | 6C | 58 | 19 | 0 | 13 | 4D | 3A | 2E | 3E | 1A |
| Octal | 154 | 130 | 31 | 0 | 23 | 115 | 72 | 56 | 76 | 32 |
| Binary | 1101100 | 1011000 | 11001 | 0 | 10011 | 1001101 | 111010 | 101110 | 111110 | 11010 |
Color Harmonies of #6C5819
Complementary color
Monochromatic Colors of #6C5819
Black with #6C5819
Text Example
Text Example
White with #6C5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5819; }
p { color: rgb(108,88,25); }
H1.HeaderClassName
{
color: #6C5819;
}
.AnyTagClassName
{
color: #6C5819;
}
</style>
background-color css
<style>
a { background-color: #6C5819; }
a { background-color: rgb(108,88,25); }
div.DivClassName
{
background-color: #6C5819;
}
.BgClassName
{
background-color: #6C5819;
}
</style>
border-color css
<style>
span { border-color: #6C5819; }
span { border-color: rgb(108,88,25); }
td.TdClassName
{
border-color: #6C5819;
}
.TagClassName
{
border-color: #6C5819;
}
</style>