Shades of Horses Neck #68561C
Tints of Horses Neck #68561C
RGB
CMYK
RGB Variations
Color information
#68561C (or 0x68561C) is known color: Horses Neck. HEX triplet: 68, 56 and 1C. RGB value is (104,86,28). Sum of RGB (Red+Green+Blue) = 104+86+28=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68561C is #97A9E3. Grayscale: #555555. Windows color (decimal): -9939428 or 1857128. OLE color: 1857128.
HSL color Cylindrical-coordinate representation of color #68561C: hue angle of 45.79º 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 #68561C is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 28 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.59 |
| HSL | 45.79º | 0.58% | 0.26% | - |
| HSV(B) | 45.79º | 0.73% | 0.41% | - |
| XYZ | 9.25 | 9.68 | 2.48 | - |
| YUV | 84.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 28 | 0 | 0.17 | 0.73 | 0.59 | 45.79 | 0.58 | 0.26 |
| Hex | 68 | 56 | 1C | 0 | 11 | 49 | 3B | 2E | 3A | 1A |
| Octal | 150 | 126 | 34 | 0 | 21 | 111 | 73 | 56 | 72 | 32 |
| Binary | 1101000 | 1010110 | 11100 | 0 | 10001 | 1001001 | 111011 | 101110 | 111010 | 11010 |
Color Harmonies of #68561C
Complementary color
Monochromatic Colors of #68561C
Black with #68561C
Text Example
Text Example
White with #68561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68561C; }
p { color: rgb(104,86,28); }
H1.HeaderClassName
{
color: #68561C;
}
.AnyTagClassName
{
color: #68561C;
}
</style>
background-color css
<style>
a { background-color: #68561C; }
a { background-color: rgb(104,86,28); }
div.DivClassName
{
background-color: #68561C;
}
.BgClassName
{
background-color: #68561C;
}
</style>
border-color css
<style>
span { border-color: #68561C; }
span { border-color: rgb(104,86,28); }
td.TdClassName
{
border-color: #68561C;
}
.TagClassName
{
border-color: #68561C;
}
</style>