Shades of Horses Neck #68542C
Tints of Horses Neck #68542C
RGB
CMYK
RGB Variations
Color information
#68542C (or 0x68542C) is known color: Horses Neck. HEX triplet: 68, 54 and 2C. RGB value is (104,84,44). Sum of RGB (Red+Green+Blue) = 104+84+44=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68542C is #97ABD3. Grayscale: #555555. Windows color (decimal): -9939924 or 2905192. OLE color: 2905192.
HSL color Cylindrical-coordinate representation of color #68542C: hue angle of 40º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68542C is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 44 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.59 |
| HSL | 40º | 0.41% | 0.29% | - |
| HSV(B) | 40º | 0.58% | 0.41% | - |
| XYZ | 9.33 | 9.47 | 3.72 | - |
| YUV | 85.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 44 | 0 | 0.19 | 0.58 | 0.59 | 40 | 0.41 | 0.29 |
| Hex | 68 | 54 | 2C | 0 | 13 | 3A | 3B | 28 | 29 | 1D |
| Octal | 150 | 124 | 54 | 0 | 23 | 72 | 73 | 50 | 51 | 35 |
| Binary | 1101000 | 1010100 | 101100 | 0 | 10011 | 111010 | 111011 | 101000 | 101001 | 11101 |
Color Harmonies of #68542C
Complementary color
Monochromatic Colors of #68542C
Black with #68542C
Text Example
Text Example
White with #68542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68542C; }
p { color: rgb(104,84,44); }
H1.HeaderClassName
{
color: #68542C;
}
.AnyTagClassName
{
color: #68542C;
}
</style>
background-color css
<style>
a { background-color: #68542C; }
a { background-color: rgb(104,84,44); }
div.DivClassName
{
background-color: #68542C;
}
.BgClassName
{
background-color: #68542C;
}
</style>
border-color css
<style>
span { border-color: #68542C; }
span { border-color: rgb(104,84,44); }
td.TdClassName
{
border-color: #68542C;
}
.TagClassName
{
border-color: #68542C;
}
</style>