Shades of Spice #644B3E
Tints of Spice #644B3E
RGB
CMYK
RGB Variations
Color information
#644B3E (or 0x644B3E) is known color: Spice. HEX triplet: 64, 4B and 3E. RGB value is (100,75,62). Sum of RGB (Red+Green+Blue) = 100+75+62=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 100 - color contains mainly: red. Hex color #644B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B3E is #9BB4C1. Grayscale: #515151. Windows color (decimal): -10204354 or 4082532. OLE color: 4082532.
HSL color Cylindrical-coordinate representation of color #644B3E: hue angle of 20.53º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #644B3E is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 75 | 62 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.61 |
| HSL | 20.53º | 0.23% | 0.32% | - |
| HSV(B) | 20.53º | 0.38% | 0.39% | - |
| XYZ | 8.64 | 8.09 | 5.66 | - |
| YUV | 80.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 62 | 0 | 0.25 | 0.38 | 0.61 | 20.53 | 0.23 | 0.32 |
| Hex | 64 | 4B | 3E | 0 | 19 | 26 | 3D | 15 | 17 | 20 |
| Octal | 144 | 113 | 76 | 0 | 31 | 46 | 75 | 25 | 27 | 40 |
| Binary | 1100100 | 1001011 | 111110 | 0 | 11001 | 100110 | 111101 | 10101 | 10111 | 100000 |
Color Harmonies of #644B3E
Complementary color
Monochromatic Colors of #644B3E
Black with #644B3E
Text Example
Text Example
White with #644B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B3E; }
p { color: rgb(100,75,62); }
H1.HeaderClassName
{
color: #644B3E;
}
.AnyTagClassName
{
color: #644B3E;
}
</style>
background-color css
<style>
a { background-color: #644B3E; }
a { background-color: rgb(100,75,62); }
div.DivClassName
{
background-color: #644B3E;
}
.BgClassName
{
background-color: #644B3E;
}
</style>
border-color css
<style>
span { border-color: #644B3E; }
span { border-color: rgb(100,75,62); }
td.TdClassName
{
border-color: #644B3E;
}
.TagClassName
{
border-color: #644B3E;
}
</style>