Shades of Horses Neck #685B2E
Tints of Horses Neck #685B2E
RGB
CMYK
RGB Variations
Color information
#685B2E (or 0x685B2E) is known color: Horses Neck. HEX triplet: 68, 5B and 2E. RGB value is (104,91,46). Sum of RGB (Red+Green+Blue) = 104+91+46=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #685B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B2E is #97A4D1. Grayscale: #595959. Windows color (decimal): -9938130 or 3038056. OLE color: 3038056.
HSL color Cylindrical-coordinate representation of color #685B2E: hue angle of 46.55º 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 #685B2E is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 46 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.59 |
| HSL | 46.55º | 0.39% | 0.29% | - |
| HSV(B) | 46.55º | 0.56% | 0.41% | - |
| XYZ | 9.94 | 10.62 | 4.11 | - |
| YUV | 89.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 46 | 0 | 0.12 | 0.56 | 0.59 | 46.55 | 0.39 | 0.29 |
| Hex | 68 | 5B | 2E | 0 | C | 38 | 3B | 2F | 27 | 1D |
| Octal | 150 | 133 | 56 | 0 | 14 | 70 | 73 | 57 | 47 | 35 |
| Binary | 1101000 | 1011011 | 101110 | 0 | 1100 | 111000 | 111011 | 101111 | 100111 | 11101 |
Color Harmonies of #685B2E
Complementary color
Monochromatic Colors of #685B2E
Black with #685B2E
Text Example
Text Example
White with #685B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B2E; }
p { color: rgb(104,91,46); }
H1.HeaderClassName
{
color: #685B2E;
}
.AnyTagClassName
{
color: #685B2E;
}
</style>
background-color css
<style>
a { background-color: #685B2E; }
a { background-color: rgb(104,91,46); }
div.DivClassName
{
background-color: #685B2E;
}
.BgClassName
{
background-color: #685B2E;
}
</style>
border-color css
<style>
span { border-color: #685B2E; }
span { border-color: rgb(104,91,46); }
td.TdClassName
{
border-color: #685B2E;
}
.TagClassName
{
border-color: #685B2E;
}
</style>