Shades of Horses Neck #68542D
Tints of Horses Neck #68542D
RGB
CMYK
RGB Variations
Color information
#68542D (or 0x68542D) is known color: Horses Neck. HEX triplet: 68, 54 and 2D. RGB value is (104,84,45). Sum of RGB (Red+Green+Blue) = 104+84+45=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68542D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68542D is #97ABD2. Grayscale: #555555. Windows color (decimal): -9939923 or 2970728. OLE color: 2970728.
HSL color Cylindrical-coordinate representation of color #68542D: hue angle of 39.66º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68542D is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 45 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.59 |
| HSL | 39.66º | 0.4% | 0.29% | - |
| HSV(B) | 39.66º | 0.57% | 0.41% | - |
| XYZ | 9.35 | 9.47 | 3.82 | - |
| YUV | 85.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 45 | 0 | 0.19 | 0.57 | 0.59 | 39.66 | 0.4 | 0.29 |
| Hex | 68 | 54 | 2D | 0 | 13 | 39 | 3B | 28 | 28 | 1D |
| Octal | 150 | 124 | 55 | 0 | 23 | 71 | 73 | 50 | 50 | 35 |
| Binary | 1101000 | 1010100 | 101101 | 0 | 10011 | 111001 | 111011 | 101000 | 101000 | 11101 |
Color Harmonies of #68542D
Complementary color
Monochromatic Colors of #68542D
Black with #68542D
Text Example
Text Example
White with #68542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68542D; }
p { color: rgb(104,84,45); }
H1.HeaderClassName
{
color: #68542D;
}
.AnyTagClassName
{
color: #68542D;
}
</style>
background-color css
<style>
a { background-color: #68542D; }
a { background-color: rgb(104,84,45); }
div.DivClassName
{
background-color: #68542D;
}
.BgClassName
{
background-color: #68542D;
}
</style>
border-color css
<style>
span { border-color: #68542D; }
span { border-color: rgb(104,84,45); }
td.TdClassName
{
border-color: #68542D;
}
.TagClassName
{
border-color: #68542D;
}
</style>