Shades of Horses Neck #68571D
Tints of Horses Neck #68571D
RGB
CMYK
RGB Variations
Color information
#68571D (or 0x68571D) is known color: Horses Neck. HEX triplet: 68, 57 and 1D. RGB value is (104,87,29). Sum of RGB (Red+Green+Blue) = 104+87+29=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68571D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68571D is #97A8E2. Grayscale: #555555. Windows color (decimal): -9939171 or 1922920. OLE color: 1922920.
HSL color Cylindrical-coordinate representation of color #68571D: hue angle of 46.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68571D is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 87 | 29 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.59 |
| HSL | 46.4º | 0.56% | 0.26% | - |
| HSV(B) | 46.4º | 0.72% | 0.41% | - |
| XYZ | 9.34 | 9.85 | 2.57 | - |
| YUV | 85.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 29 | 0 | 0.16 | 0.72 | 0.59 | 46.4 | 0.56 | 0.26 |
| Hex | 68 | 57 | 1D | 0 | 10 | 48 | 3B | 2E | 38 | 1A |
| Octal | 150 | 127 | 35 | 0 | 20 | 110 | 73 | 56 | 70 | 32 |
| Binary | 1101000 | 1010111 | 11101 | 0 | 10000 | 1001000 | 111011 | 101110 | 111000 | 11010 |
Color Harmonies of #68571D
Complementary color
Monochromatic Colors of #68571D
Black with #68571D
Text Example
Text Example
White with #68571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68571D; }
p { color: rgb(104,87,29); }
H1.HeaderClassName
{
color: #68571D;
}
.AnyTagClassName
{
color: #68571D;
}
</style>
background-color css
<style>
a { background-color: #68571D; }
a { background-color: rgb(104,87,29); }
div.DivClassName
{
background-color: #68571D;
}
.BgClassName
{
background-color: #68571D;
}
</style>
border-color css
<style>
span { border-color: #68571D; }
span { border-color: rgb(104,87,29); }
td.TdClassName
{
border-color: #68571D;
}
.TagClassName
{
border-color: #68571D;
}
</style>