Shades of Horses Neck #685B34
Tints of Horses Neck #685B34
RGB
CMYK
RGB Variations
Color information
#685B34 (or 0x685B34) is known color: Horses Neck. HEX triplet: 68, 5B and 34. RGB value is (104,91,52). Sum of RGB (Red+Green+Blue) = 104+91+52=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #685B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B34 is #97A4CB. Grayscale: #5A5A5A. Windows color (decimal): -9938124 or 3431272. OLE color: 3431272.
HSL color Cylindrical-coordinate representation of color #685B34: hue angle of 45º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #685B34 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 52 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.59 |
| HSL | 45º | 0.33% | 0.31% | - |
| HSV(B) | 45º | 0.5% | 0.41% | - |
| XYZ | 10.07 | 10.67 | 4.78 | - |
| YUV | 90.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 52 | 0 | 0.12 | 0.50 | 0.59 | 45 | 0.33 | 0.31 |
| Hex | 68 | 5B | 34 | 0 | C | 32 | 3B | 2D | 21 | 1F |
| Octal | 150 | 133 | 64 | 0 | 14 | 62 | 73 | 55 | 41 | 37 |
| Binary | 1101000 | 1011011 | 110100 | 0 | 1100 | 110010 | 111011 | 101101 | 100001 | 11111 |
Color Harmonies of #685B34
Complementary color
Monochromatic Colors of #685B34
Black with #685B34
Text Example
Text Example
White with #685B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B34; }
p { color: rgb(104,91,52); }
H1.HeaderClassName
{
color: #685B34;
}
.AnyTagClassName
{
color: #685B34;
}
</style>
background-color css
<style>
a { background-color: #685B34; }
a { background-color: rgb(104,91,52); }
div.DivClassName
{
background-color: #685B34;
}
.BgClassName
{
background-color: #685B34;
}
</style>
border-color css
<style>
span { border-color: #685B34; }
span { border-color: rgb(104,91,52); }
td.TdClassName
{
border-color: #685B34;
}
.TagClassName
{
border-color: #685B34;
}
</style>