Shades of Horses Neck #684F20
Tints of Horses Neck #684F20
RGB
CMYK
RGB Variations
Color information
#684F20 (or 0x684F20) is known color: Horses Neck. HEX triplet: 68, 4F and 20. RGB value is (104,79,32). Sum of RGB (Red+Green+Blue) = 104+79+32=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #684F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F20 is #97B0DF. Grayscale: #515151. Windows color (decimal): -9941216 or 2117480. OLE color: 2117480.
HSL color Cylindrical-coordinate representation of color #684F20: hue angle of 39.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #684F20 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 32 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.59 |
| HSL | 39.17º | 0.53% | 0.27% | - |
| HSV(B) | 39.17º | 0.69% | 0.41% | - |
| XYZ | 8.77 | 8.64 | 2.57 | - |
| YUV | 81.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 32 | 0 | 0.24 | 0.69 | 0.59 | 39.17 | 0.53 | 0.27 |
| Hex | 68 | 4F | 20 | 0 | 18 | 45 | 3B | 27 | 35 | 1B |
| Octal | 150 | 117 | 40 | 0 | 30 | 105 | 73 | 47 | 65 | 33 |
| Binary | 1101000 | 1001111 | 100000 | 0 | 11000 | 1000101 | 111011 | 100111 | 110101 | 11011 |
Color Harmonies of #684F20
Complementary color
Monochromatic Colors of #684F20
Black with #684F20
Text Example
Text Example
White with #684F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F20; }
p { color: rgb(104,79,32); }
H1.HeaderClassName
{
color: #684F20;
}
.AnyTagClassName
{
color: #684F20;
}
</style>
background-color css
<style>
a { background-color: #684F20; }
a { background-color: rgb(104,79,32); }
div.DivClassName
{
background-color: #684F20;
}
.BgClassName
{
background-color: #684F20;
}
</style>
border-color css
<style>
span { border-color: #684F20; }
span { border-color: rgb(104,79,32); }
td.TdClassName
{
border-color: #684F20;
}
.TagClassName
{
border-color: #684F20;
}
</style>