Shades of Horses Neck #68562B
Tints of Horses Neck #68562B
RGB
CMYK
RGB Variations
Color information
#68562B (or 0x68562B) is known color: Horses Neck. HEX triplet: 68, 56 and 2B. RGB value is (104,86,43). Sum of RGB (Red+Green+Blue) = 104+86+43=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68562B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68562B is #97A9D4. Grayscale: #565656. Windows color (decimal): -9939413 or 2840168. OLE color: 2840168.
HSL color Cylindrical-coordinate representation of color #68562B: hue angle of 42.3º 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 #68562B is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 43 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.59 |
| HSL | 42.3º | 0.41% | 0.29% | - |
| HSV(B) | 42.3º | 0.59% | 0.41% | - |
| XYZ | 9.47 | 9.77 | 3.67 | - |
| YUV | 86.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 43 | 0 | 0.17 | 0.59 | 0.59 | 42.3 | 0.41 | 0.29 |
| Hex | 68 | 56 | 2B | 0 | 11 | 3B | 3B | 2A | 29 | 1D |
| Octal | 150 | 126 | 53 | 0 | 21 | 73 | 73 | 52 | 51 | 35 |
| Binary | 1101000 | 1010110 | 101011 | 0 | 10001 | 111011 | 111011 | 101010 | 101001 | 11101 |
Color Harmonies of #68562B
Complementary color
Monochromatic Colors of #68562B
Black with #68562B
Text Example
Text Example
White with #68562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68562B; }
p { color: rgb(104,86,43); }
H1.HeaderClassName
{
color: #68562B;
}
.AnyTagClassName
{
color: #68562B;
}
</style>
background-color css
<style>
a { background-color: #68562B; }
a { background-color: rgb(104,86,43); }
div.DivClassName
{
background-color: #68562B;
}
.BgClassName
{
background-color: #68562B;
}
</style>
border-color css
<style>
span { border-color: #68562B; }
span { border-color: rgb(104,86,43); }
td.TdClassName
{
border-color: #68562B;
}
.TagClassName
{
border-color: #68562B;
}
</style>