Shades of Horses Neck #68522C
Tints of Horses Neck #68522C
RGB
CMYK
RGB Variations
Color information
#68522C (or 0x68522C) is known color: Horses Neck. HEX triplet: 68, 52 and 2C. RGB value is (104,82,44). Sum of RGB (Red+Green+Blue) = 104+82+44=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68522C is #97ADD3. Grayscale: #545454. Windows color (decimal): -9940436 or 2904680. OLE color: 2904680.
HSL color Cylindrical-coordinate representation of color #68522C: hue angle of 38º 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 #68522C is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 44 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.59 |
| HSL | 38º | 0.41% | 0.29% | - |
| HSV(B) | 38º | 0.58% | 0.41% | - |
| XYZ | 9.18 | 9.16 | 3.67 | - |
| YUV | 84.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 44 | 0 | 0.21 | 0.58 | 0.59 | 38 | 0.41 | 0.29 |
| Hex | 68 | 52 | 2C | 0 | 15 | 3A | 3B | 26 | 29 | 1D |
| Octal | 150 | 122 | 54 | 0 | 25 | 72 | 73 | 46 | 51 | 35 |
| Binary | 1101000 | 1010010 | 101100 | 0 | 10101 | 111010 | 111011 | 100110 | 101001 | 11101 |
Color Harmonies of #68522C
Complementary color
Monochromatic Colors of #68522C
Black with #68522C
Text Example
Text Example
White with #68522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68522C; }
p { color: rgb(104,82,44); }
H1.HeaderClassName
{
color: #68522C;
}
.AnyTagClassName
{
color: #68522C;
}
</style>
background-color css
<style>
a { background-color: #68522C; }
a { background-color: rgb(104,82,44); }
div.DivClassName
{
background-color: #68522C;
}
.BgClassName
{
background-color: #68522C;
}
</style>
border-color css
<style>
span { border-color: #68522C; }
span { border-color: rgb(104,82,44); }
td.TdClassName
{
border-color: #68522C;
}
.TagClassName
{
border-color: #68522C;
}
</style>