Shades of Horses Neck #644F28
Tints of Horses Neck #644F28
RGB
CMYK
RGB Variations
Color information
#644F28 (or 0x644F28) is known color: Horses Neck. HEX triplet: 64, 4F and 28. RGB value is (100,79,40). Sum of RGB (Red+Green+Blue) = 100+79+40=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #644F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F28 is #9BB0D7. Grayscale: #515151. Windows color (decimal): -10203352 or 2641764. OLE color: 2641764.
HSL color Cylindrical-coordinate representation of color #644F28: hue angle of 39º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #644F28 is Cyan = 0, Magento = 0.21, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 79 | 40 | - |
| CMYK | 0 | 0.21 | 0.6 | 0.61 |
| HSL | 39º | 0.43% | 0.27% | - |
| HSV(B) | 39º | 0.6% | 0.39% | - |
| XYZ | 8.43 | 8.45 | 3.19 | - |
| YUV | 80.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 40 | 0 | 0.21 | 0.6 | 0.61 | 39 | 0.43 | 0.27 |
| Hex | 64 | 4F | 28 | 0 | 15 | 3C | 3D | 27 | 2B | 1B |
| Octal | 144 | 117 | 50 | 0 | 25 | 74 | 75 | 47 | 53 | 33 |
| Binary | 1100100 | 1001111 | 101000 | 0 | 10101 | 111100 | 111101 | 100111 | 101011 | 11011 |
Color Harmonies of #644F28
Complementary color
Monochromatic Colors of #644F28
Black with #644F28
Text Example
Text Example
White with #644F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644F28; }
p { color: rgb(100,79,40); }
H1.HeaderClassName
{
color: #644F28;
}
.AnyTagClassName
{
color: #644F28;
}
</style>
background-color css
<style>
a { background-color: #644F28; }
a { background-color: rgb(100,79,40); }
div.DivClassName
{
background-color: #644F28;
}
.BgClassName
{
background-color: #644F28;
}
</style>
border-color css
<style>
span { border-color: #644F28; }
span { border-color: rgb(100,79,40); }
td.TdClassName
{
border-color: #644F28;
}
.TagClassName
{
border-color: #644F28;
}
</style>