Shades of Horses Neck #68511D
Tints of Horses Neck #68511D
RGB
CMYK
RGB Variations
Color information
#68511D (or 0x68511D) is known color: Horses Neck. HEX triplet: 68, 51 and 1D. RGB value is (104,81,29). Sum of RGB (Red+Green+Blue) = 104+81+29=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68511D is #97AEE2. Grayscale: #525252. Windows color (decimal): -9940707 or 1921384. OLE color: 1921384.
HSL color Cylindrical-coordinate representation of color #68511D: hue angle of 41.6º 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 #68511D is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 29 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.59 |
| HSL | 41.6º | 0.56% | 0.26% | - |
| HSV(B) | 41.6º | 0.72% | 0.41% | - |
| XYZ | 8.87 | 8.92 | 2.42 | - |
| YUV | 81.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 29 | 0 | 0.22 | 0.72 | 0.59 | 41.6 | 0.56 | 0.26 |
| Hex | 68 | 51 | 1D | 0 | 16 | 48 | 3B | 2A | 38 | 1A |
| Octal | 150 | 121 | 35 | 0 | 26 | 110 | 73 | 52 | 70 | 32 |
| Binary | 1101000 | 1010001 | 11101 | 0 | 10110 | 1001000 | 111011 | 101010 | 111000 | 11010 |
Color Harmonies of #68511D
Complementary color
Monochromatic Colors of #68511D
Black with #68511D
Text Example
Text Example
White with #68511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68511D; }
p { color: rgb(104,81,29); }
H1.HeaderClassName
{
color: #68511D;
}
.AnyTagClassName
{
color: #68511D;
}
</style>
background-color css
<style>
a { background-color: #68511D; }
a { background-color: rgb(104,81,29); }
div.DivClassName
{
background-color: #68511D;
}
.BgClassName
{
background-color: #68511D;
}
</style>
border-color css
<style>
span { border-color: #68511D; }
span { border-color: rgb(104,81,29); }
td.TdClassName
{
border-color: #68511D;
}
.TagClassName
{
border-color: #68511D;
}
</style>