Shades of Horses Neck #68542A
Tints of Horses Neck #68542A
RGB
CMYK
RGB Variations
Color information
#68542A (or 0x68542A) is known color: Horses Neck. HEX triplet: 68, 54 and 2A. RGB value is (104,84,42). Sum of RGB (Red+Green+Blue) = 104+84+42=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68542A is #97ABD5. Grayscale: #555555. Windows color (decimal): -9939926 or 2774120. OLE color: 2774120.
HSL color Cylindrical-coordinate representation of color #68542A: hue angle of 40.65º 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 #68542A is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 42 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.59 |
| HSL | 40.65º | 0.42% | 0.29% | - |
| HSV(B) | 40.65º | 0.6% | 0.41% | - |
| XYZ | 9.3 | 9.45 | 3.52 | - |
| YUV | 85.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 42 | 0 | 0.19 | 0.60 | 0.59 | 40.65 | 0.42 | 0.29 |
| Hex | 68 | 54 | 2A | 0 | 13 | 3C | 3B | 29 | 2A | 1D |
| Octal | 150 | 124 | 52 | 0 | 23 | 74 | 73 | 51 | 52 | 35 |
| Binary | 1101000 | 1010100 | 101010 | 0 | 10011 | 111100 | 111011 | 101001 | 101010 | 11101 |
Color Harmonies of #68542A
Complementary color
Monochromatic Colors of #68542A
Black with #68542A
Text Example
Text Example
White with #68542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68542A; }
p { color: rgb(104,84,42); }
H1.HeaderClassName
{
color: #68542A;
}
.AnyTagClassName
{
color: #68542A;
}
</style>
background-color css
<style>
a { background-color: #68542A; }
a { background-color: rgb(104,84,42); }
div.DivClassName
{
background-color: #68542A;
}
.BgClassName
{
background-color: #68542A;
}
</style>
border-color css
<style>
span { border-color: #68542A; }
span { border-color: rgb(104,84,42); }
td.TdClassName
{
border-color: #68542A;
}
.TagClassName
{
border-color: #68542A;
}
</style>