Shades of Horses Neck #68592D
Tints of Horses Neck #68592D
RGB
CMYK
RGB Variations
Color information
#68592D (or 0x68592D) is known color: Horses Neck. HEX triplet: 68, 59 and 2D. RGB value is (104,89,45). Sum of RGB (Red+Green+Blue) = 104+89+45=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #68592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68592D is #97A6D2. Grayscale: #585858. Windows color (decimal): -9938643 or 2972008. OLE color: 2972008.
HSL color Cylindrical-coordinate representation of color #68592D: hue angle of 44.75º 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 #68592D is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 45 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.59 |
| HSL | 44.75º | 0.4% | 0.29% | - |
| HSV(B) | 44.75º | 0.57% | 0.41% | - |
| XYZ | 9.75 | 10.28 | 3.95 | - |
| YUV | 88.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 45 | 0 | 0.14 | 0.57 | 0.59 | 44.75 | 0.4 | 0.29 |
| Hex | 68 | 59 | 2D | 0 | E | 39 | 3B | 2D | 28 | 1D |
| Octal | 150 | 131 | 55 | 0 | 16 | 71 | 73 | 55 | 50 | 35 |
| Binary | 1101000 | 1011001 | 101101 | 0 | 1110 | 111001 | 111011 | 101101 | 101000 | 11101 |
Color Harmonies of #68592D
Complementary color
Monochromatic Colors of #68592D
Black with #68592D
Text Example
Text Example
White with #68592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68592D; }
p { color: rgb(104,89,45); }
H1.HeaderClassName
{
color: #68592D;
}
.AnyTagClassName
{
color: #68592D;
}
</style>
background-color css
<style>
a { background-color: #68592D; }
a { background-color: rgb(104,89,45); }
div.DivClassName
{
background-color: #68592D;
}
.BgClassName
{
background-color: #68592D;
}
</style>
border-color css
<style>
span { border-color: #68592D; }
span { border-color: rgb(104,89,45); }
td.TdClassName
{
border-color: #68592D;
}
.TagClassName
{
border-color: #68592D;
}
</style>