Shades of Horses Neck #68562A
Tints of Horses Neck #68562A
RGB
CMYK
RGB Variations
Color information
#68562A (or 0x68562A) is known color: Horses Neck. HEX triplet: 68, 56 and 2A. RGB value is (104,86,42). Sum of RGB (Red+Green+Blue) = 104+86+42=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68562A is #97A9D5. Grayscale: #565656. Windows color (decimal): -9939414 or 2774632. OLE color: 2774632.
HSL color Cylindrical-coordinate representation of color #68562A: hue angle of 42.58º 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 #68562A is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 42 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.59 |
| HSL | 42.58º | 0.42% | 0.29% | - |
| HSV(B) | 42.58º | 0.6% | 0.41% | - |
| XYZ | 9.45 | 9.77 | 3.58 | - |
| YUV | 86.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 42 | 0 | 0.17 | 0.60 | 0.59 | 42.58 | 0.42 | 0.29 |
| Hex | 68 | 56 | 2A | 0 | 11 | 3C | 3B | 2B | 2A | 1D |
| Octal | 150 | 126 | 52 | 0 | 21 | 74 | 73 | 53 | 52 | 35 |
| Binary | 1101000 | 1010110 | 101010 | 0 | 10001 | 111100 | 111011 | 101011 | 101010 | 11101 |
Color Harmonies of #68562A
Complementary color
Monochromatic Colors of #68562A
Black with #68562A
Text Example
Text Example
White with #68562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68562A; }
p { color: rgb(104,86,42); }
H1.HeaderClassName
{
color: #68562A;
}
.AnyTagClassName
{
color: #68562A;
}
</style>
background-color css
<style>
a { background-color: #68562A; }
a { background-color: rgb(104,86,42); }
div.DivClassName
{
background-color: #68562A;
}
.BgClassName
{
background-color: #68562A;
}
</style>
border-color css
<style>
span { border-color: #68562A; }
span { border-color: rgb(104,86,42); }
td.TdClassName
{
border-color: #68562A;
}
.TagClassName
{
border-color: #68562A;
}
</style>