Shades of Horses Neck #6C582D
Tints of Horses Neck #6C582D
RGB
CMYK
RGB Variations
Color information
#6C582D (or 0x6C582D) is known color: Horses Neck. HEX triplet: 6C, 58 and 2D. RGB value is (108,88,45). Sum of RGB (Red+Green+Blue) = 108+88+45=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 108 - color contains mainly: red. Hex color #6C582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C582D is #93A7D2. Grayscale: #595959. Windows color (decimal): -9676755 or 2971756. OLE color: 2971756.
HSL color Cylindrical-coordinate representation of color #6C582D: hue angle of 40.95º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C582D is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 88 | 45 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.58 |
| HSL | 40.95º | 0.41% | 0.3% | - |
| HSV(B) | 40.95º | 0.58% | 0.42% | - |
| XYZ | 10.15 | 10.36 | 3.95 | - |
| YUV | 89.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 45 | 0 | 0.19 | 0.58 | 0.58 | 40.95 | 0.41 | 0.3 |
| Hex | 6C | 58 | 2D | 0 | 13 | 3A | 3A | 29 | 29 | 1E |
| Octal | 154 | 130 | 55 | 0 | 23 | 72 | 72 | 51 | 51 | 36 |
| Binary | 1101100 | 1011000 | 101101 | 0 | 10011 | 111010 | 111010 | 101001 | 101001 | 11110 |
Color Harmonies of #6C582D
Complementary color
Monochromatic Colors of #6C582D
Black with #6C582D
Text Example
Text Example
White with #6C582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C582D; }
p { color: rgb(108,88,45); }
H1.HeaderClassName
{
color: #6C582D;
}
.AnyTagClassName
{
color: #6C582D;
}
</style>
background-color css
<style>
a { background-color: #6C582D; }
a { background-color: rgb(108,88,45); }
div.DivClassName
{
background-color: #6C582D;
}
.BgClassName
{
background-color: #6C582D;
}
</style>
border-color css
<style>
span { border-color: #6C582D; }
span { border-color: rgb(108,88,45); }
td.TdClassName
{
border-color: #6C582D;
}
.TagClassName
{
border-color: #6C582D;
}
</style>