Shades of Horses Neck #68521C
Tints of Horses Neck #68521C
RGB
CMYK
RGB Variations
Color information
#68521C (or 0x68521C) is known color: Horses Neck. HEX triplet: 68, 52 and 1C. RGB value is (104,82,28). Sum of RGB (Red+Green+Blue) = 104+82+28=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68521C is #97ADE3. Grayscale: #525252. Windows color (decimal): -9940452 or 1856104. OLE color: 1856104.
HSL color Cylindrical-coordinate representation of color #68521C: hue angle of 42.63º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68521C is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 28 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.59 |
| HSL | 42.63º | 0.58% | 0.26% | - |
| HSV(B) | 42.63º | 0.73% | 0.41% | - |
| XYZ | 8.94 | 9.06 | 2.38 | - |
| YUV | 82.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 28 | 0 | 0.21 | 0.73 | 0.59 | 42.63 | 0.58 | 0.26 |
| Hex | 68 | 52 | 1C | 0 | 15 | 49 | 3B | 2B | 3A | 1A |
| Octal | 150 | 122 | 34 | 0 | 25 | 111 | 73 | 53 | 72 | 32 |
| Binary | 1101000 | 1010010 | 11100 | 0 | 10101 | 1001001 | 111011 | 101011 | 111010 | 11010 |
Color Harmonies of #68521C
Complementary color
Monochromatic Colors of #68521C
Black with #68521C
Text Example
Text Example
White with #68521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68521C; }
p { color: rgb(104,82,28); }
H1.HeaderClassName
{
color: #68521C;
}
.AnyTagClassName
{
color: #68521C;
}
</style>
background-color css
<style>
a { background-color: #68521C; }
a { background-color: rgb(104,82,28); }
div.DivClassName
{
background-color: #68521C;
}
.BgClassName
{
background-color: #68521C;
}
</style>
border-color css
<style>
span { border-color: #68521C; }
span { border-color: rgb(104,82,28); }
td.TdClassName
{
border-color: #68521C;
}
.TagClassName
{
border-color: #68521C;
}
</style>