Shades of Horses Neck #6C582C
Tints of Horses Neck #6C582C
RGB
CMYK
RGB Variations
Color information
#6C582C (or 0x6C582C) is known color: Horses Neck. HEX triplet: 6C, 58 and 2C. RGB value is (108,88,44). Sum of RGB (Red+Green+Blue) = 108+88+44=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 108 - color contains mainly: red. Hex color #6C582C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C582C is #93A7D3. Grayscale: #595959. Windows color (decimal): -9676756 or 2906220. OLE color: 2906220.
HSL color Cylindrical-coordinate representation of color #6C582C: hue angle of 41.25º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C582C is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 88 | 44 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.58 |
| HSL | 41.25º | 0.42% | 0.3% | - |
| HSV(B) | 41.25º | 0.59% | 0.42% | - |
| XYZ | 10.13 | 10.35 | 3.85 | - |
| YUV | 88.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 44 | 0 | 0.19 | 0.59 | 0.58 | 41.25 | 0.42 | 0.3 |
| Hex | 6C | 58 | 2C | 0 | 13 | 3B | 3A | 29 | 2A | 1E |
| Octal | 154 | 130 | 54 | 0 | 23 | 73 | 72 | 51 | 52 | 36 |
| Binary | 1101100 | 1011000 | 101100 | 0 | 10011 | 111011 | 111010 | 101001 | 101010 | 11110 |
Color Harmonies of #6C582C
Complementary color
Monochromatic Colors of #6C582C
Black with #6C582C
Text Example
Text Example
White with #6C582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C582C; }
p { color: rgb(108,88,44); }
H1.HeaderClassName
{
color: #6C582C;
}
.AnyTagClassName
{
color: #6C582C;
}
</style>
background-color css
<style>
a { background-color: #6C582C; }
a { background-color: rgb(108,88,44); }
div.DivClassName
{
background-color: #6C582C;
}
.BgClassName
{
background-color: #6C582C;
}
</style>
border-color css
<style>
span { border-color: #6C582C; }
span { border-color: rgb(108,88,44); }
td.TdClassName
{
border-color: #6C582C;
}
.TagClassName
{
border-color: #6C582C;
}
</style>