Shades of Horses Neck #685A36
Tints of Horses Neck #685A36
RGB
CMYK
RGB Variations
Color information
#685A36 (or 0x685A36) is known color: Horses Neck. HEX triplet: 68, 5A and 36. RGB value is (104,90,54). Sum of RGB (Red+Green+Blue) = 104+90+54=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #685A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A36 is #97A5C9. Grayscale: #5A5A5A. Windows color (decimal): -9938378 or 3562088. OLE color: 3562088.
HSL color Cylindrical-coordinate representation of color #685A36: hue angle of 43.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #685A36 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 54 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.59 |
| HSL | 43.2º | 0.32% | 0.31% | - |
| HSV(B) | 43.2º | 0.48% | 0.41% | - |
| XYZ | 10.03 | 10.52 | 4.99 | - |
| YUV | 90.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 54 | 0 | 0.13 | 0.48 | 0.59 | 43.2 | 0.32 | 0.31 |
| Hex | 68 | 5A | 36 | 0 | D | 30 | 3B | 2B | 20 | 1F |
| Octal | 150 | 132 | 66 | 0 | 15 | 60 | 73 | 53 | 40 | 37 |
| Binary | 1101000 | 1011010 | 110110 | 0 | 1101 | 110000 | 111011 | 101011 | 100000 | 11111 |
Color Harmonies of #685A36
Complementary color
Monochromatic Colors of #685A36
Black with #685A36
Text Example
Text Example
White with #685A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A36; }
p { color: rgb(104,90,54); }
H1.HeaderClassName
{
color: #685A36;
}
.AnyTagClassName
{
color: #685A36;
}
</style>
background-color css
<style>
a { background-color: #685A36; }
a { background-color: rgb(104,90,54); }
div.DivClassName
{
background-color: #685A36;
}
.BgClassName
{
background-color: #685A36;
}
</style>
border-color css
<style>
span { border-color: #685A36; }
span { border-color: rgb(104,90,54); }
td.TdClassName
{
border-color: #685A36;
}
.TagClassName
{
border-color: #685A36;
}
</style>