Shades of Horses Neck #685A2C
Tints of Horses Neck #685A2C
RGB
CMYK
RGB Variations
Color information
#685A2C (or 0x685A2C) is known color: Horses Neck. HEX triplet: 68, 5A and 2C. RGB value is (104,90,44). Sum of RGB (Red+Green+Blue) = 104+90+44=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #685A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A2C is #97A5D3. Grayscale: #595959. Windows color (decimal): -9938388 or 2906728. OLE color: 2906728.
HSL color Cylindrical-coordinate representation of color #685A2C: hue angle of 46º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #685A2C is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 44 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.59 |
| HSL | 46º | 0.41% | 0.29% | - |
| HSV(B) | 46º | 0.58% | 0.41% | - |
| XYZ | 9.82 | 10.44 | 3.88 | - |
| YUV | 88.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 44 | 0 | 0.13 | 0.58 | 0.59 | 46 | 0.41 | 0.29 |
| Hex | 68 | 5A | 2C | 0 | D | 3A | 3B | 2E | 29 | 1D |
| Octal | 150 | 132 | 54 | 0 | 15 | 72 | 73 | 56 | 51 | 35 |
| Binary | 1101000 | 1011010 | 101100 | 0 | 1101 | 111010 | 111011 | 101110 | 101001 | 11101 |
Color Harmonies of #685A2C
Complementary color
Monochromatic Colors of #685A2C
Black with #685A2C
Text Example
Text Example
White with #685A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A2C; }
p { color: rgb(104,90,44); }
H1.HeaderClassName
{
color: #685A2C;
}
.AnyTagClassName
{
color: #685A2C;
}
</style>
background-color css
<style>
a { background-color: #685A2C; }
a { background-color: rgb(104,90,44); }
div.DivClassName
{
background-color: #685A2C;
}
.BgClassName
{
background-color: #685A2C;
}
</style>
border-color css
<style>
span { border-color: #685A2C; }
span { border-color: rgb(104,90,44); }
td.TdClassName
{
border-color: #685A2C;
}
.TagClassName
{
border-color: #685A2C;
}
</style>