Shades of Horses Neck #68541D
Tints of Horses Neck #68541D
RGB
CMYK
RGB Variations
Color information
#68541D (or 0x68541D) is known color: Horses Neck. HEX triplet: 68, 54 and 1D. RGB value is (104,84,29). Sum of RGB (Red+Green+Blue) = 104+84+29=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68541D is #97ABE2. Grayscale: #535353. Windows color (decimal): -9939939 or 1922152. OLE color: 1922152.
HSL color Cylindrical-coordinate representation of color #68541D: hue angle of 44º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68541D is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 29 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.59 |
| HSL | 44º | 0.56% | 0.26% | - |
| HSV(B) | 44º | 0.72% | 0.41% | - |
| XYZ | 9.1 | 9.37 | 2.49 | - |
| YUV | 83.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 29 | 0 | 0.19 | 0.72 | 0.59 | 44 | 0.56 | 0.26 |
| Hex | 68 | 54 | 1D | 0 | 13 | 48 | 3B | 2C | 38 | 1A |
| Octal | 150 | 124 | 35 | 0 | 23 | 110 | 73 | 54 | 70 | 32 |
| Binary | 1101000 | 1010100 | 11101 | 0 | 10011 | 1001000 | 111011 | 101100 | 111000 | 11010 |
Color Harmonies of #68541D
Complementary color
Monochromatic Colors of #68541D
Black with #68541D
Text Example
Text Example
White with #68541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68541D; }
p { color: rgb(104,84,29); }
H1.HeaderClassName
{
color: #68541D;
}
.AnyTagClassName
{
color: #68541D;
}
</style>
background-color css
<style>
a { background-color: #68541D; }
a { background-color: rgb(104,84,29); }
div.DivClassName
{
background-color: #68541D;
}
.BgClassName
{
background-color: #68541D;
}
</style>
border-color css
<style>
span { border-color: #68541D; }
span { border-color: rgb(104,84,29); }
td.TdClassName
{
border-color: #68541D;
}
.TagClassName
{
border-color: #68541D;
}
</style>