Shades of Horses Neck #685B2F
Tints of Horses Neck #685B2F
RGB
CMYK
RGB Variations
Color information
#685B2F (or 0x685B2F) is known color: Horses Neck. HEX triplet: 68, 5B and 2F. RGB value is (104,91,47). Sum of RGB (Red+Green+Blue) = 104+91+47=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #685B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B2F is #97A4D0. Grayscale: #5A5A5A. Windows color (decimal): -9938129 or 3103592. OLE color: 3103592.
HSL color Cylindrical-coordinate representation of color #685B2F: hue angle of 46.32º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685B2F is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 47 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.59 |
| HSL | 46.32º | 0.38% | 0.3% | - |
| HSV(B) | 46.32º | 0.55% | 0.41% | - |
| XYZ | 9.96 | 10.63 | 4.22 | - |
| YUV | 89.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 47 | 0 | 0.12 | 0.55 | 0.59 | 46.32 | 0.38 | 0.3 |
| Hex | 68 | 5B | 2F | 0 | C | 37 | 3B | 2E | 26 | 1E |
| Octal | 150 | 133 | 57 | 0 | 14 | 67 | 73 | 56 | 46 | 36 |
| Binary | 1101000 | 1011011 | 101111 | 0 | 1100 | 110111 | 111011 | 101110 | 100110 | 11110 |
Color Harmonies of #685B2F
Complementary color
Monochromatic Colors of #685B2F
Black with #685B2F
Text Example
Text Example
White with #685B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B2F; }
p { color: rgb(104,91,47); }
H1.HeaderClassName
{
color: #685B2F;
}
.AnyTagClassName
{
color: #685B2F;
}
</style>
background-color css
<style>
a { background-color: #685B2F; }
a { background-color: rgb(104,91,47); }
div.DivClassName
{
background-color: #685B2F;
}
.BgClassName
{
background-color: #685B2F;
}
</style>
border-color css
<style>
span { border-color: #685B2F; }
span { border-color: rgb(104,91,47); }
td.TdClassName
{
border-color: #685B2F;
}
.TagClassName
{
border-color: #685B2F;
}
</style>