Shades of Horses Neck #68541F
Tints of Horses Neck #68541F
RGB
CMYK
RGB Variations
Color information
#68541F (or 0x68541F) is known color: Horses Neck. HEX triplet: 68, 54 and 1F. RGB value is (104,84,31). Sum of RGB (Red+Green+Blue) = 104+84+31=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68541F is #97ABE0. Grayscale: #545454. Windows color (decimal): -9939937 or 2053224. OLE color: 2053224.
HSL color Cylindrical-coordinate representation of color #68541F: hue angle of 43.56º 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 #68541F is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 31 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.59 |
| HSL | 43.56º | 0.54% | 0.26% | - |
| HSV(B) | 43.56º | 0.7% | 0.41% | - |
| XYZ | 9.13 | 9.38 | 2.63 | - |
| YUV | 83.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 31 | 0 | 0.19 | 0.70 | 0.59 | 43.56 | 0.54 | 0.26 |
| Hex | 68 | 54 | 1F | 0 | 13 | 46 | 3B | 2C | 36 | 1A |
| Octal | 150 | 124 | 37 | 0 | 23 | 106 | 73 | 54 | 66 | 32 |
| Binary | 1101000 | 1010100 | 11111 | 0 | 10011 | 1000110 | 111011 | 101100 | 110110 | 11010 |
Color Harmonies of #68541F
Complementary color
Monochromatic Colors of #68541F
Black with #68541F
Text Example
Text Example
White with #68541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68541F; }
p { color: rgb(104,84,31); }
H1.HeaderClassName
{
color: #68541F;
}
.AnyTagClassName
{
color: #68541F;
}
</style>
background-color css
<style>
a { background-color: #68541F; }
a { background-color: rgb(104,84,31); }
div.DivClassName
{
background-color: #68541F;
}
.BgClassName
{
background-color: #68541F;
}
</style>
border-color css
<style>
span { border-color: #68541F; }
span { border-color: rgb(104,84,31); }
td.TdClassName
{
border-color: #68541F;
}
.TagClassName
{
border-color: #68541F;
}
</style>