Shades of Horses Neck #68572D
Tints of Horses Neck #68572D
RGB
CMYK
RGB Variations
Color information
#68572D (or 0x68572D) is known color: Horses Neck. HEX triplet: 68, 57 and 2D. RGB value is (104,87,45). Sum of RGB (Red+Green+Blue) = 104+87+45=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68572D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68572D is #97A8D2. Grayscale: #575757. Windows color (decimal): -9939155 or 2971496. OLE color: 2971496.
HSL color Cylindrical-coordinate representation of color #68572D: hue angle of 42.71º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68572D is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 87 | 45 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.59 |
| HSL | 42.71º | 0.4% | 0.29% | - |
| HSV(B) | 42.71º | 0.57% | 0.41% | - |
| XYZ | 9.59 | 9.95 | 3.9 | - |
| YUV | 87.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 45 | 0 | 0.16 | 0.57 | 0.59 | 42.71 | 0.4 | 0.29 |
| Hex | 68 | 57 | 2D | 0 | 10 | 39 | 3B | 2B | 28 | 1D |
| Octal | 150 | 127 | 55 | 0 | 20 | 71 | 73 | 53 | 50 | 35 |
| Binary | 1101000 | 1010111 | 101101 | 0 | 10000 | 111001 | 111011 | 101011 | 101000 | 11101 |
Color Harmonies of #68572D
Complementary color
Monochromatic Colors of #68572D
Black with #68572D
Text Example
Text Example
White with #68572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68572D; }
p { color: rgb(104,87,45); }
H1.HeaderClassName
{
color: #68572D;
}
.AnyTagClassName
{
color: #68572D;
}
</style>
background-color css
<style>
a { background-color: #68572D; }
a { background-color: rgb(104,87,45); }
div.DivClassName
{
background-color: #68572D;
}
.BgClassName
{
background-color: #68572D;
}
</style>
border-color css
<style>
span { border-color: #68572D; }
span { border-color: rgb(104,87,45); }
td.TdClassName
{
border-color: #68572D;
}
.TagClassName
{
border-color: #68572D;
}
</style>