Shades of Horses Neck #68501C
Tints of Horses Neck #68501C
RGB
CMYK
RGB Variations
Color information
#68501C (or 0x68501C) is known color: Horses Neck. HEX triplet: 68, 50 and 1C. RGB value is (104,80,28). Sum of RGB (Red+Green+Blue) = 104+80+28=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #68501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68501C is #97AFE3. Grayscale: #515151. Windows color (decimal): -9940964 or 1855592. OLE color: 1855592.
HSL color Cylindrical-coordinate representation of color #68501C: hue angle of 41.05º 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 #68501C is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 28 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.59 |
| HSL | 41.05º | 0.58% | 0.26% | - |
| HSV(B) | 41.05º | 0.73% | 0.41% | - |
| XYZ | 8.79 | 8.76 | 2.33 | - |
| YUV | 81.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 28 | 0 | 0.23 | 0.73 | 0.59 | 41.05 | 0.58 | 0.26 |
| Hex | 68 | 50 | 1C | 0 | 17 | 49 | 3B | 29 | 3A | 1A |
| Octal | 150 | 120 | 34 | 0 | 27 | 111 | 73 | 51 | 72 | 32 |
| Binary | 1101000 | 1010000 | 11100 | 0 | 10111 | 1001001 | 111011 | 101001 | 111010 | 11010 |
Color Harmonies of #68501C
Complementary color
Monochromatic Colors of #68501C
Black with #68501C
Text Example
Text Example
White with #68501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68501C; }
p { color: rgb(104,80,28); }
H1.HeaderClassName
{
color: #68501C;
}
.AnyTagClassName
{
color: #68501C;
}
</style>
background-color css
<style>
a { background-color: #68501C; }
a { background-color: rgb(104,80,28); }
div.DivClassName
{
background-color: #68501C;
}
.BgClassName
{
background-color: #68501C;
}
</style>
border-color css
<style>
span { border-color: #68501C; }
span { border-color: rgb(104,80,28); }
td.TdClassName
{
border-color: #68501C;
}
.TagClassName
{
border-color: #68501C;
}
</style>