Shades of Horses Neck #68522A
Tints of Horses Neck #68522A
RGB
CMYK
RGB Variations
Color information
#68522A (or 0x68522A) is known color: Horses Neck. HEX triplet: 68, 52 and 2A. RGB value is (104,82,42). Sum of RGB (Red+Green+Blue) = 104+82+42=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #68522A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68522A is #97ADD5. Grayscale: #545454. Windows color (decimal): -9940438 or 2773608. OLE color: 2773608.
HSL color Cylindrical-coordinate representation of color #68522A: hue angle of 38.71º 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 #68522A is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 42 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.59 |
| HSL | 38.71º | 0.42% | 0.29% | - |
| HSV(B) | 38.71º | 0.6% | 0.41% | - |
| XYZ | 9.14 | 9.14 | 3.47 | - |
| YUV | 84.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 42 | 0 | 0.21 | 0.60 | 0.59 | 38.71 | 0.42 | 0.29 |
| Hex | 68 | 52 | 2A | 0 | 15 | 3C | 3B | 27 | 2A | 1D |
| Octal | 150 | 122 | 52 | 0 | 25 | 74 | 73 | 47 | 52 | 35 |
| Binary | 1101000 | 1010010 | 101010 | 0 | 10101 | 111100 | 111011 | 100111 | 101010 | 11101 |
Color Harmonies of #68522A
Complementary color
Monochromatic Colors of #68522A
Black with #68522A
Text Example
Text Example
White with #68522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68522A; }
p { color: rgb(104,82,42); }
H1.HeaderClassName
{
color: #68522A;
}
.AnyTagClassName
{
color: #68522A;
}
</style>
background-color css
<style>
a { background-color: #68522A; }
a { background-color: rgb(104,82,42); }
div.DivClassName
{
background-color: #68522A;
}
.BgClassName
{
background-color: #68522A;
}
</style>
border-color css
<style>
span { border-color: #68522A; }
span { border-color: rgb(104,82,42); }
td.TdClassName
{
border-color: #68522A;
}
.TagClassName
{
border-color: #68522A;
}
</style>