Shades of Saddle #644C41
Tints of Saddle #644C41
RGB
CMYK
RGB Variations
Color information
#644C41 (or 0x644C41) is known color: Saddle. HEX triplet: 64, 4C and 41. RGB value is (100,76,65). Sum of RGB (Red+Green+Blue) = 100+76+65=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #644C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C41 is #9BB3BE. Grayscale: #515151. Windows color (decimal): -10204095 or 4279396. OLE color: 4279396.
HSL color Cylindrical-coordinate representation of color #644C41: hue angle of 18.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #644C41 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 65 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.61 |
| HSL | 18.86º | 0.21% | 0.32% | - |
| HSV(B) | 18.86º | 0.35% | 0.39% | - |
| XYZ | 8.79 | 8.26 | 6.13 | - |
| YUV | 81.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 65 | 0 | 0.24 | 0.35 | 0.61 | 18.86 | 0.21 | 0.32 |
| Hex | 64 | 4C | 41 | 0 | 18 | 23 | 3D | 13 | 15 | 20 |
| Octal | 144 | 114 | 101 | 0 | 30 | 43 | 75 | 23 | 25 | 40 |
| Binary | 1100100 | 1001100 | 1000001 | 0 | 11000 | 100011 | 111101 | 10011 | 10101 | 100000 |
Color Harmonies of #644C41
Complementary color
Monochromatic Colors of #644C41
Black with #644C41
Text Example
Text Example
White with #644C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C41; }
p { color: rgb(100,76,65); }
H1.HeaderClassName
{
color: #644C41;
}
.AnyTagClassName
{
color: #644C41;
}
</style>
background-color css
<style>
a { background-color: #644C41; }
a { background-color: rgb(100,76,65); }
div.DivClassName
{
background-color: #644C41;
}
.BgClassName
{
background-color: #644C41;
}
</style>
border-color css
<style>
span { border-color: #644C41; }
span { border-color: rgb(100,76,65); }
td.TdClassName
{
border-color: #644C41;
}
.TagClassName
{
border-color: #644C41;
}
</style>