Shades of Horses Neck #68522D
Tints of Horses Neck #68522D
RGB
CMYK
RGB Variations
Color information
#68522D (or 0x68522D) is known color: Horses Neck. HEX triplet: 68, 52 and 2D. RGB value is (104,82,45). Sum of RGB (Red+Green+Blue) = 104+82+45=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68522D is #97ADD2. Grayscale: #545454. Windows color (decimal): -9940435 or 2970216. OLE color: 2970216.
HSL color Cylindrical-coordinate representation of color #68522D: hue angle of 37.63º 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 #68522D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 45 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.59 |
| HSL | 37.63º | 0.4% | 0.29% | - |
| HSV(B) | 37.63º | 0.57% | 0.41% | - |
| XYZ | 9.2 | 9.17 | 3.77 | - |
| YUV | 84.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 45 | 0 | 0.21 | 0.57 | 0.59 | 37.63 | 0.4 | 0.29 |
| Hex | 68 | 52 | 2D | 0 | 15 | 39 | 3B | 26 | 28 | 1D |
| Octal | 150 | 122 | 55 | 0 | 25 | 71 | 73 | 46 | 50 | 35 |
| Binary | 1101000 | 1010010 | 101101 | 0 | 10101 | 111001 | 111011 | 100110 | 101000 | 11101 |
Color Harmonies of #68522D
Complementary color
Monochromatic Colors of #68522D
Black with #68522D
Text Example
Text Example
White with #68522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68522D; }
p { color: rgb(104,82,45); }
H1.HeaderClassName
{
color: #68522D;
}
.AnyTagClassName
{
color: #68522D;
}
</style>
background-color css
<style>
a { background-color: #68522D; }
a { background-color: rgb(104,82,45); }
div.DivClassName
{
background-color: #68522D;
}
.BgClassName
{
background-color: #68522D;
}
</style>
border-color css
<style>
span { border-color: #68522D; }
span { border-color: rgb(104,82,45); }
td.TdClassName
{
border-color: #68522D;
}
.TagClassName
{
border-color: #68522D;
}
</style>