Shades of Horses Neck #6C5832
Tints of Horses Neck #6C5832
RGB
CMYK
RGB Variations
Color information
#6C5832 (or 0x6C5832) is known color: Horses Neck. HEX triplet: 6C, 58 and 32. RGB value is (108,88,50). Sum of RGB (Red+Green+Blue) = 108+88+50=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5832 is #93A7CD. Grayscale: #595959. Windows color (decimal): -9676750 or 3299436. OLE color: 3299436.
HSL color Cylindrical-coordinate representation of color #6C5832: hue angle of 39.31º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C5832 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 88 | 50 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.58 |
| HSL | 39.31º | 0.37% | 0.31% | - |
| HSV(B) | 39.31º | 0.54% | 0.42% | - |
| XYZ | 10.25 | 10.4 | 4.48 | - |
| YUV | 89.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 50 | 0 | 0.19 | 0.54 | 0.58 | 39.31 | 0.37 | 0.31 |
| Hex | 6C | 58 | 32 | 0 | 13 | 36 | 3A | 27 | 25 | 1F |
| Octal | 154 | 130 | 62 | 0 | 23 | 66 | 72 | 47 | 45 | 37 |
| Binary | 1101100 | 1011000 | 110010 | 0 | 10011 | 110110 | 111010 | 100111 | 100101 | 11111 |
Color Harmonies of #6C5832
Complementary color
Monochromatic Colors of #6C5832
Black with #6C5832
Text Example
Text Example
White with #6C5832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5832; }
p { color: rgb(108,88,50); }
H1.HeaderClassName
{
color: #6C5832;
}
.AnyTagClassName
{
color: #6C5832;
}
</style>
background-color css
<style>
a { background-color: #6C5832; }
a { background-color: rgb(108,88,50); }
div.DivClassName
{
background-color: #6C5832;
}
.BgClassName
{
background-color: #6C5832;
}
</style>
border-color css
<style>
span { border-color: #6C5832; }
span { border-color: rgb(108,88,50); }
td.TdClassName
{
border-color: #6C5832;
}
.TagClassName
{
border-color: #6C5832;
}
</style>