Shades of Horses Neck #68501F
Tints of Horses Neck #68501F
RGB
CMYK
RGB Variations
Color information
#68501F (or 0x68501F) is known color: Horses Neck. HEX triplet: 68, 50 and 1F. RGB value is (104,80,31). Sum of RGB (Red+Green+Blue) = 104+80+31=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68501F is #97AFE0. Grayscale: #515151. Windows color (decimal): -9940961 or 2052200. OLE color: 2052200.
HSL color Cylindrical-coordinate representation of color #68501F: hue angle of 40.27º 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 #68501F is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 31 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.59 |
| HSL | 40.27º | 0.54% | 0.26% | - |
| HSV(B) | 40.27º | 0.7% | 0.41% | - |
| XYZ | 8.82 | 8.78 | 2.53 | - |
| YUV | 81.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 31 | 0 | 0.23 | 0.70 | 0.59 | 40.27 | 0.54 | 0.26 |
| Hex | 68 | 50 | 1F | 0 | 17 | 46 | 3B | 28 | 36 | 1A |
| Octal | 150 | 120 | 37 | 0 | 27 | 106 | 73 | 50 | 66 | 32 |
| Binary | 1101000 | 1010000 | 11111 | 0 | 10111 | 1000110 | 111011 | 101000 | 110110 | 11010 |
Color Harmonies of #68501F
Complementary color
Monochromatic Colors of #68501F
Black with #68501F
Text Example
Text Example
White with #68501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68501F; }
p { color: rgb(104,80,31); }
H1.HeaderClassName
{
color: #68501F;
}
.AnyTagClassName
{
color: #68501F;
}
</style>
background-color css
<style>
a { background-color: #68501F; }
a { background-color: rgb(104,80,31); }
div.DivClassName
{
background-color: #68501F;
}
.BgClassName
{
background-color: #68501F;
}
</style>
border-color css
<style>
span { border-color: #68501F; }
span { border-color: rgb(104,80,31); }
td.TdClassName
{
border-color: #68501F;
}
.TagClassName
{
border-color: #68501F;
}
</style>