Shades of Horses Neck #684F28
Tints of Horses Neck #684F28
RGB
CMYK
RGB Variations
Color information
#684F28 (or 0x684F28) is known color: Horses Neck. HEX triplet: 68, 4F and 28. RGB value is (104,79,40). Sum of RGB (Red+Green+Blue) = 104+79+40=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #684F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F28 is #97B0D7. Grayscale: #525252. Windows color (decimal): -9941208 or 2641768. OLE color: 2641768.
HSL color Cylindrical-coordinate representation of color #684F28: hue angle of 36.56º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #684F28 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 40 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.59 |
| HSL | 36.56º | 0.44% | 0.28% | - |
| HSV(B) | 36.56º | 0.62% | 0.41% | - |
| XYZ | 8.89 | 8.69 | 3.22 | - |
| YUV | 82.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 40 | 0 | 0.24 | 0.62 | 0.59 | 36.56 | 0.44 | 0.28 |
| Hex | 68 | 4F | 28 | 0 | 18 | 3E | 3B | 25 | 2C | 1C |
| Octal | 150 | 117 | 50 | 0 | 30 | 76 | 73 | 45 | 54 | 34 |
| Binary | 1101000 | 1001111 | 101000 | 0 | 11000 | 111110 | 111011 | 100101 | 101100 | 11100 |
Color Harmonies of #684F28
Complementary color
Monochromatic Colors of #684F28
Black with #684F28
Text Example
Text Example
White with #684F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F28; }
p { color: rgb(104,79,40); }
H1.HeaderClassName
{
color: #684F28;
}
.AnyTagClassName
{
color: #684F28;
}
</style>
background-color css
<style>
a { background-color: #684F28; }
a { background-color: rgb(104,79,40); }
div.DivClassName
{
background-color: #684F28;
}
.BgClassName
{
background-color: #684F28;
}
</style>
border-color css
<style>
span { border-color: #684F28; }
span { border-color: rgb(104,79,40); }
td.TdClassName
{
border-color: #684F28;
}
.TagClassName
{
border-color: #684F28;
}
</style>