Shades of Horses Neck #68511C
Tints of Horses Neck #68511C
RGB
CMYK
RGB Variations
Color information
#68511C (or 0x68511C) is known color: Horses Neck. HEX triplet: 68, 51 and 1C. RGB value is (104,81,28). Sum of RGB (Red+Green+Blue) = 104+81+28=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68511C is #97AEE3. Grayscale: #525252. Windows color (decimal): -9940708 or 1855848. OLE color: 1855848.
HSL color Cylindrical-coordinate representation of color #68511C: hue angle of 41.84º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68511C is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 28 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.59 |
| HSL | 41.84º | 0.58% | 0.26% | - |
| HSV(B) | 41.84º | 0.73% | 0.41% | - |
| XYZ | 8.86 | 8.91 | 2.35 | - |
| YUV | 81.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 28 | 0 | 0.22 | 0.73 | 0.59 | 41.84 | 0.58 | 0.26 |
| Hex | 68 | 51 | 1C | 0 | 16 | 49 | 3B | 2A | 3A | 1A |
| Octal | 150 | 121 | 34 | 0 | 26 | 111 | 73 | 52 | 72 | 32 |
| Binary | 1101000 | 1010001 | 11100 | 0 | 10110 | 1001001 | 111011 | 101010 | 111010 | 11010 |
Color Harmonies of #68511C
Complementary color
Monochromatic Colors of #68511C
Black with #68511C
Text Example
Text Example
White with #68511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68511C; }
p { color: rgb(104,81,28); }
H1.HeaderClassName
{
color: #68511C;
}
.AnyTagClassName
{
color: #68511C;
}
</style>
background-color css
<style>
a { background-color: #68511C; }
a { background-color: rgb(104,81,28); }
div.DivClassName
{
background-color: #68511C;
}
.BgClassName
{
background-color: #68511C;
}
</style>
border-color css
<style>
span { border-color: #68511C; }
span { border-color: rgb(104,81,28); }
td.TdClassName
{
border-color: #68511C;
}
.TagClassName
{
border-color: #68511C;
}
</style>