Shades of Horses Neck #664F25
Tints of Horses Neck #664F25
RGB
CMYK
RGB Variations
Color information
#664F25 (or 0x664F25) is known color: Horses Neck. HEX triplet: 66, 4F and 25. RGB value is (102,79,37). Sum of RGB (Red+Green+Blue) = 102+79+37=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #664F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F25 is #99B0DA. Grayscale: #515151. Windows color (decimal): -10072283 or 2445158. OLE color: 2445158.
HSL color Cylindrical-coordinate representation of color #664F25: hue angle of 38.77º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664F25 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 37 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.6 |
| HSL | 38.77º | 0.47% | 0.27% | - |
| HSV(B) | 38.77º | 0.64% | 0.4% | - |
| XYZ | 8.61 | 8.55 | 2.95 | - |
| YUV | 81.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 37 | 0 | 0.23 | 0.64 | 0.6 | 38.77 | 0.47 | 0.27 |
| Hex | 66 | 4F | 25 | 0 | 17 | 40 | 3C | 27 | 2F | 1B |
| Octal | 146 | 117 | 45 | 0 | 27 | 100 | 74 | 47 | 57 | 33 |
| Binary | 1100110 | 1001111 | 100101 | 0 | 10111 | 1000000 | 111100 | 100111 | 101111 | 11011 |
Color Harmonies of #664F25
Complementary color
Monochromatic Colors of #664F25
Black with #664F25
Text Example
Text Example
White with #664F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F25; }
p { color: rgb(102,79,37); }
H1.HeaderClassName
{
color: #664F25;
}
.AnyTagClassName
{
color: #664F25;
}
</style>
background-color css
<style>
a { background-color: #664F25; }
a { background-color: rgb(102,79,37); }
div.DivClassName
{
background-color: #664F25;
}
.BgClassName
{
background-color: #664F25;
}
</style>
border-color css
<style>
span { border-color: #664F25; }
span { border-color: rgb(102,79,37); }
td.TdClassName
{
border-color: #664F25;
}
.TagClassName
{
border-color: #664F25;
}
</style>