Shades of Horses Neck #68592B
Tints of Horses Neck #68592B
RGB
CMYK
RGB Variations
Color information
#68592B (or 0x68592B) is known color: Horses Neck. HEX triplet: 68, 59 and 2B. RGB value is (104,89,43). Sum of RGB (Red+Green+Blue) = 104+89+43=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68592B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68592B is #97A6D4. Grayscale: #585858. Windows color (decimal): -9938645 or 2840936. OLE color: 2840936.
HSL color Cylindrical-coordinate representation of color #68592B: hue angle of 45.25º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68592B is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 43 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.59 |
| HSL | 45.25º | 0.41% | 0.29% | - |
| HSV(B) | 45.25º | 0.59% | 0.41% | - |
| XYZ | 9.72 | 10.26 | 3.75 | - |
| YUV | 88.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 43 | 0 | 0.14 | 0.59 | 0.59 | 45.25 | 0.41 | 0.29 |
| Hex | 68 | 59 | 2B | 0 | E | 3B | 3B | 2D | 29 | 1D |
| Octal | 150 | 131 | 53 | 0 | 16 | 73 | 73 | 55 | 51 | 35 |
| Binary | 1101000 | 1011001 | 101011 | 0 | 1110 | 111011 | 111011 | 101101 | 101001 | 11101 |
Color Harmonies of #68592B
Complementary color
Monochromatic Colors of #68592B
Black with #68592B
Text Example
Text Example
White with #68592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68592B; }
p { color: rgb(104,89,43); }
H1.HeaderClassName
{
color: #68592B;
}
.AnyTagClassName
{
color: #68592B;
}
</style>
background-color css
<style>
a { background-color: #68592B; }
a { background-color: rgb(104,89,43); }
div.DivClassName
{
background-color: #68592B;
}
.BgClassName
{
background-color: #68592B;
}
</style>
border-color css
<style>
span { border-color: #68592B; }
span { border-color: rgb(104,89,43); }
td.TdClassName
{
border-color: #68592B;
}
.TagClassName
{
border-color: #68592B;
}
</style>