Shades of Horses Neck #644F2B
Tints of Horses Neck #644F2B
RGB
CMYK
RGB Variations
Color information
#644F2B (or 0x644F2B) is known color: Horses Neck. HEX triplet: 64, 4F and 2B. RGB value is (100,79,43). Sum of RGB (Red+Green+Blue) = 100+79+43=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 100 - color contains mainly: red. Hex color #644F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F2B is #9BB0D4. Grayscale: #515151. Windows color (decimal): -10203349 or 2838372. OLE color: 2838372.
HSL color Cylindrical-coordinate representation of color #644F2B: hue angle of 37.89º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #644F2B is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 79 | 43 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.61 |
| HSL | 37.89º | 0.4% | 0.28% | - |
| HSV(B) | 37.89º | 0.57% | 0.39% | - |
| XYZ | 8.49 | 8.48 | 3.47 | - |
| YUV | 81.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 43 | 0 | 0.21 | 0.57 | 0.61 | 37.89 | 0.4 | 0.28 |
| Hex | 64 | 4F | 2B | 0 | 15 | 39 | 3D | 26 | 28 | 1C |
| Octal | 144 | 117 | 53 | 0 | 25 | 71 | 75 | 46 | 50 | 34 |
| Binary | 1100100 | 1001111 | 101011 | 0 | 10101 | 111001 | 111101 | 100110 | 101000 | 11100 |
Color Harmonies of #644F2B
Complementary color
Monochromatic Colors of #644F2B
Black with #644F2B
Text Example
Text Example
White with #644F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644F2B; }
p { color: rgb(100,79,43); }
H1.HeaderClassName
{
color: #644F2B;
}
.AnyTagClassName
{
color: #644F2B;
}
</style>
background-color css
<style>
a { background-color: #644F2B; }
a { background-color: rgb(100,79,43); }
div.DivClassName
{
background-color: #644F2B;
}
.BgClassName
{
background-color: #644F2B;
}
</style>
border-color css
<style>
span { border-color: #644F2B; }
span { border-color: rgb(100,79,43); }
td.TdClassName
{
border-color: #644F2B;
}
.TagClassName
{
border-color: #644F2B;
}
</style>