Shades of Horses Neck #684F25
Tints of Horses Neck #684F25
RGB
CMYK
RGB Variations
Color information
#684F25 (or 0x684F25) is known color: Horses Neck. HEX triplet: 68, 4F and 25. RGB value is (104,79,37). Sum of RGB (Red+Green+Blue) = 104+79+37=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #684F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F25 is #97B0DA. Grayscale: #515151. Windows color (decimal): -9941211 or 2445160. OLE color: 2445160.
HSL color Cylindrical-coordinate representation of color #684F25: hue angle of 37.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684F25 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 37 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.59 |
| HSL | 37.61º | 0.48% | 0.28% | - |
| HSV(B) | 37.61º | 0.64% | 0.41% | - |
| XYZ | 8.84 | 8.67 | 2.96 | - |
| YUV | 81.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 37 | 0 | 0.24 | 0.64 | 0.59 | 37.61 | 0.48 | 0.28 |
| Hex | 68 | 4F | 25 | 0 | 18 | 40 | 3B | 26 | 30 | 1C |
| Octal | 150 | 117 | 45 | 0 | 30 | 100 | 73 | 46 | 60 | 34 |
| Binary | 1101000 | 1001111 | 100101 | 0 | 11000 | 1000000 | 111011 | 100110 | 110000 | 11100 |
Color Harmonies of #684F25
Complementary color
Monochromatic Colors of #684F25
Black with #684F25
Text Example
Text Example
White with #684F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F25; }
p { color: rgb(104,79,37); }
H1.HeaderClassName
{
color: #684F25;
}
.AnyTagClassName
{
color: #684F25;
}
</style>
background-color css
<style>
a { background-color: #684F25; }
a { background-color: rgb(104,79,37); }
div.DivClassName
{
background-color: #684F25;
}
.BgClassName
{
background-color: #684F25;
}
</style>
border-color css
<style>
span { border-color: #684F25; }
span { border-color: rgb(104,79,37); }
td.TdClassName
{
border-color: #684F25;
}
.TagClassName
{
border-color: #684F25;
}
</style>