Shades of Saddle #644D44
Tints of Saddle #644D44
RGB
CMYK
RGB Variations
Color information
#644D44 (or 0x644D44) is known color: Saddle. HEX triplet: 64, 4D and 44. RGB value is (100,77,68). Sum of RGB (Red+Green+Blue) = 100+77+68=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #644D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D44 is #9BB2BB. Grayscale: #525252. Windows color (decimal): -10203836 or 4476260. OLE color: 4476260.
HSL color Cylindrical-coordinate representation of color #644D44: hue angle of 16.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644D44 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 68 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.61 |
| HSL | 16.88º | 0.19% | 0.33% | - |
| HSV(B) | 16.88º | 0.32% | 0.39% | - |
| XYZ | 8.95 | 8.43 | 6.62 | - |
| YUV | 82.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 68 | 0 | 0.23 | 0.32 | 0.61 | 16.88 | 0.19 | 0.33 |
| Hex | 64 | 4D | 44 | 0 | 17 | 20 | 3D | 11 | 13 | 21 |
| Octal | 144 | 115 | 104 | 0 | 27 | 40 | 75 | 21 | 23 | 41 |
| Binary | 1100100 | 1001101 | 1000100 | 0 | 10111 | 100000 | 111101 | 10001 | 10011 | 100001 |
Color Harmonies of #644D44
Complementary color
Monochromatic Colors of #644D44
Black with #644D44
Text Example
Text Example
White with #644D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D44; }
p { color: rgb(100,77,68); }
H1.HeaderClassName
{
color: #644D44;
}
.AnyTagClassName
{
color: #644D44;
}
</style>
background-color css
<style>
a { background-color: #644D44; }
a { background-color: rgb(100,77,68); }
div.DivClassName
{
background-color: #644D44;
}
.BgClassName
{
background-color: #644D44;
}
</style>
border-color css
<style>
span { border-color: #644D44; }
span { border-color: rgb(100,77,68); }
td.TdClassName
{
border-color: #644D44;
}
.TagClassName
{
border-color: #644D44;
}
</style>