Shades of Horses Neck #68592A
Tints of Horses Neck #68592A
RGB
CMYK
RGB Variations
Color information
#68592A (or 0x68592A) is known color: Horses Neck. HEX triplet: 68, 59 and 2A. RGB value is (104,89,42). Sum of RGB (Red+Green+Blue) = 104+89+42=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68592A is #97A6D5. Grayscale: #585858. Windows color (decimal): -9938646 or 2775400. OLE color: 2775400.
HSL color Cylindrical-coordinate representation of color #68592A: hue angle of 45.48º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68592A is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 42 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.59 |
| HSL | 45.48º | 0.42% | 0.29% | - |
| HSV(B) | 45.48º | 0.6% | 0.41% | - |
| XYZ | 9.7 | 10.25 | 3.66 | - |
| YUV | 88.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 42 | 0 | 0.14 | 0.60 | 0.59 | 45.48 | 0.42 | 0.29 |
| Hex | 68 | 59 | 2A | 0 | E | 3C | 3B | 2D | 2A | 1D |
| Octal | 150 | 131 | 52 | 0 | 16 | 74 | 73 | 55 | 52 | 35 |
| Binary | 1101000 | 1011001 | 101010 | 0 | 1110 | 111100 | 111011 | 101101 | 101010 | 11101 |
Color Harmonies of #68592A
Complementary color
Monochromatic Colors of #68592A
Black with #68592A
Text Example
Text Example
White with #68592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68592A; }
p { color: rgb(104,89,42); }
H1.HeaderClassName
{
color: #68592A;
}
.AnyTagClassName
{
color: #68592A;
}
</style>
background-color css
<style>
a { background-color: #68592A; }
a { background-color: rgb(104,89,42); }
div.DivClassName
{
background-color: #68592A;
}
.BgClassName
{
background-color: #68592A;
}
</style>
border-color css
<style>
span { border-color: #68592A; }
span { border-color: rgb(104,89,42); }
td.TdClassName
{
border-color: #68592A;
}
.TagClassName
{
border-color: #68592A;
}
</style>