Shades of Horses Neck #68511F
Tints of Horses Neck #68511F
RGB
CMYK
RGB Variations
Color information
#68511F (or 0x68511F) is known color: Horses Neck. HEX triplet: 68, 51 and 1F. RGB value is (104,81,31). Sum of RGB (Red+Green+Blue) = 104+81+31=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68511F is #97AEE0. Grayscale: #525252. Windows color (decimal): -9940705 or 2052456. OLE color: 2052456.
HSL color Cylindrical-coordinate representation of color #68511F: hue angle of 41.1º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68511F is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 31 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.59 |
| HSL | 41.1º | 0.54% | 0.26% | - |
| HSV(B) | 41.1º | 0.7% | 0.41% | - |
| XYZ | 8.9 | 8.93 | 2.55 | - |
| YUV | 82.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 31 | 0 | 0.22 | 0.70 | 0.59 | 41.1 | 0.54 | 0.26 |
| Hex | 68 | 51 | 1F | 0 | 16 | 46 | 3B | 29 | 36 | 1A |
| Octal | 150 | 121 | 37 | 0 | 26 | 106 | 73 | 51 | 66 | 32 |
| Binary | 1101000 | 1010001 | 11111 | 0 | 10110 | 1000110 | 111011 | 101001 | 110110 | 11010 |
Color Harmonies of #68511F
Complementary color
Monochromatic Colors of #68511F
Black with #68511F
Text Example
Text Example
White with #68511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68511F; }
p { color: rgb(104,81,31); }
H1.HeaderClassName
{
color: #68511F;
}
.AnyTagClassName
{
color: #68511F;
}
</style>
background-color css
<style>
a { background-color: #68511F; }
a { background-color: rgb(104,81,31); }
div.DivClassName
{
background-color: #68511F;
}
.BgClassName
{
background-color: #68511F;
}
</style>
border-color css
<style>
span { border-color: #68511F; }
span { border-color: rgb(104,81,31); }
td.TdClassName
{
border-color: #68511F;
}
.TagClassName
{
border-color: #68511F;
}
</style>