Shades of Horses Neck #68521B
Tints of Horses Neck #68521B
RGB
CMYK
RGB Variations
Color information
#68521B (or 0x68521B) is known color: Horses Neck. HEX triplet: 68, 52 and 1B. RGB value is (104,82,27). Sum of RGB (Red+Green+Blue) = 104+82+27=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68521B is #97ADE4. Grayscale: #525252. Windows color (decimal): -9940453 or 1790568. OLE color: 1790568.
HSL color Cylindrical-coordinate representation of color #68521B: hue angle of 42.86º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68521B is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 27 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.59 |
| HSL | 42.86º | 0.59% | 0.26% | - |
| HSV(B) | 42.86º | 0.74% | 0.41% | - |
| XYZ | 8.92 | 9.06 | 2.31 | - |
| YUV | 82.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 27 | 0 | 0.21 | 0.74 | 0.59 | 42.86 | 0.59 | 0.26 |
| Hex | 68 | 52 | 1B | 0 | 15 | 4A | 3B | 2B | 3B | 1A |
| Octal | 150 | 122 | 33 | 0 | 25 | 112 | 73 | 53 | 73 | 32 |
| Binary | 1101000 | 1010010 | 11011 | 0 | 10101 | 1001010 | 111011 | 101011 | 111011 | 11010 |
Color Harmonies of #68521B
Complementary color
Monochromatic Colors of #68521B
Black with #68521B
Text Example
Text Example
White with #68521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68521B; }
p { color: rgb(104,82,27); }
H1.HeaderClassName
{
color: #68521B;
}
.AnyTagClassName
{
color: #68521B;
}
</style>
background-color css
<style>
a { background-color: #68521B; }
a { background-color: rgb(104,82,27); }
div.DivClassName
{
background-color: #68521B;
}
.BgClassName
{
background-color: #68521B;
}
</style>
border-color css
<style>
span { border-color: #68521B; }
span { border-color: rgb(104,82,27); }
td.TdClassName
{
border-color: #68521B;
}
.TagClassName
{
border-color: #68521B;
}
</style>