Shades of Horses Neck #685A2E
Tints of Horses Neck #685A2E
RGB
CMYK
RGB Variations
Color information
#685A2E (or 0x685A2E) is known color: Horses Neck. HEX triplet: 68, 5A and 2E. RGB value is (104,90,46). Sum of RGB (Red+Green+Blue) = 104+90+46=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #685A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A2E is #97A5D1. Grayscale: #595959. Windows color (decimal): -9938386 or 3037800. OLE color: 3037800.
HSL color Cylindrical-coordinate representation of color #685A2E: hue angle of 45.52º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #685A2E is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 46 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.59 |
| HSL | 45.52º | 0.39% | 0.29% | - |
| HSV(B) | 45.52º | 0.56% | 0.41% | - |
| XYZ | 9.86 | 10.45 | 4.08 | - |
| YUV | 89.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 46 | 0 | 0.13 | 0.56 | 0.59 | 45.52 | 0.39 | 0.29 |
| Hex | 68 | 5A | 2E | 0 | D | 38 | 3B | 2E | 27 | 1D |
| Octal | 150 | 132 | 56 | 0 | 15 | 70 | 73 | 56 | 47 | 35 |
| Binary | 1101000 | 1011010 | 101110 | 0 | 1101 | 111000 | 111011 | 101110 | 100111 | 11101 |
Color Harmonies of #685A2E
Complementary color
Monochromatic Colors of #685A2E
Black with #685A2E
Text Example
Text Example
White with #685A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A2E; }
p { color: rgb(104,90,46); }
H1.HeaderClassName
{
color: #685A2E;
}
.AnyTagClassName
{
color: #685A2E;
}
</style>
background-color css
<style>
a { background-color: #685A2E; }
a { background-color: rgb(104,90,46); }
div.DivClassName
{
background-color: #685A2E;
}
.BgClassName
{
background-color: #685A2E;
}
</style>
border-color css
<style>
span { border-color: #685A2E; }
span { border-color: rgb(104,90,46); }
td.TdClassName
{
border-color: #685A2E;
}
.TagClassName
{
border-color: #685A2E;
}
</style>