Shades of Saddle #64544D
Tints of Saddle #64544D
RGB
CMYK
RGB Variations
Color information
#64544D (or 0x64544D) is known color: Saddle. HEX triplet: 64, 54 and 4D. RGB value is (100,84,77). Sum of RGB (Red+Green+Blue) = 100+84+77=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #64544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64544D is #9BABB2. Grayscale: #585858. Windows color (decimal): -10202035 or 5067876. OLE color: 5067876.
HSL color Cylindrical-coordinate representation of color #64544D: hue angle of 18.26º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64544D is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 77 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.61 |
| HSL | 18.26º | 0.13% | 0.35% | - |
| HSV(B) | 18.26º | 0.23% | 0.39% | - |
| XYZ | 9.77 | 9.59 | 8.36 | - |
| YUV | 87.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 77 | 0 | 0.16 | 0.23 | 0.61 | 18.26 | 0.13 | 0.35 |
| Hex | 64 | 54 | 4D | 0 | 10 | 17 | 3D | 12 | D | 23 |
| Octal | 144 | 124 | 115 | 0 | 20 | 27 | 75 | 22 | 15 | 43 |
| Binary | 1100100 | 1010100 | 1001101 | 0 | 10000 | 10111 | 111101 | 10010 | 1101 | 100011 |
Color Harmonies of #64544D
Complementary color
Monochromatic Colors of #64544D
Black with #64544D
Text Example
Text Example
White with #64544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64544D; }
p { color: rgb(100,84,77); }
H1.HeaderClassName
{
color: #64544D;
}
.AnyTagClassName
{
color: #64544D;
}
</style>
background-color css
<style>
a { background-color: #64544D; }
a { background-color: rgb(100,84,77); }
div.DivClassName
{
background-color: #64544D;
}
.BgClassName
{
background-color: #64544D;
}
</style>
border-color css
<style>
span { border-color: #64544D; }
span { border-color: rgb(100,84,77); }
td.TdClassName
{
border-color: #64544D;
}
.TagClassName
{
border-color: #64544D;
}
</style>