Shades of Horses Neck #685B36
Tints of Horses Neck #685B36
RGB
CMYK
RGB Variations
Color information
#685B36 (or 0x685B36) is known color: Horses Neck. HEX triplet: 68, 5B and 36. RGB value is (104,91,54). Sum of RGB (Red+Green+Blue) = 104+91+54=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #685B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B36 is #97A4C9. Grayscale: #5A5A5A. Windows color (decimal): -9938122 or 3562344. OLE color: 3562344.
HSL color Cylindrical-coordinate representation of color #685B36: hue angle of 44.4º 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 #685B36 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 54 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.59 |
| HSL | 44.4º | 0.32% | 0.31% | - |
| HSV(B) | 44.4º | 0.48% | 0.41% | - |
| XYZ | 10.12 | 10.69 | 5.02 | - |
| YUV | 90.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 54 | 0 | 0.12 | 0.48 | 0.59 | 44.4 | 0.32 | 0.31 |
| Hex | 68 | 5B | 36 | 0 | C | 30 | 3B | 2C | 20 | 1F |
| Octal | 150 | 133 | 66 | 0 | 14 | 60 | 73 | 54 | 40 | 37 |
| Binary | 1101000 | 1011011 | 110110 | 0 | 1100 | 110000 | 111011 | 101100 | 100000 | 11111 |
Color Harmonies of #685B36
Complementary color
Monochromatic Colors of #685B36
Black with #685B36
Text Example
Text Example
White with #685B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B36; }
p { color: rgb(104,91,54); }
H1.HeaderClassName
{
color: #685B36;
}
.AnyTagClassName
{
color: #685B36;
}
</style>
background-color css
<style>
a { background-color: #685B36; }
a { background-color: rgb(104,91,54); }
div.DivClassName
{
background-color: #685B36;
}
.BgClassName
{
background-color: #685B36;
}
</style>
border-color css
<style>
span { border-color: #685B36; }
span { border-color: rgb(104,91,54); }
td.TdClassName
{
border-color: #685B36;
}
.TagClassName
{
border-color: #685B36;
}
</style>