Shades of Raw Umber #644000
Tints of Raw Umber #644000
RGB
CMYK
RGB Variations
Color information
#644000 (or 0x644000) is known color: Raw Umber. HEX triplet: 64, 40 and 00. RGB value is (100,64,0). Sum of RGB (Red+Green+Blue) = 100+64+0=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #644000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644000 is #9BBFFF. Grayscale: #434343. Windows color (decimal): -10207232 or 16484. OLE color: 16484.
HSL color Cylindrical-coordinate representation of color #644000: hue angle of 38.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #644000 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 64 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.61 |
| HSL | 38.4º | 1% | 0.2% | - |
| HSV(B) | 38.4º | 1% | 0.39% | - |
| XYZ | 7.09 | 6.38 | 0.86 | - |
| YUV | 67.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 0 | 0 | 0.36 | 1 | 0.61 | 38.4 | 1 | 0.2 |
| Hex | 64 | 40 | 0 | 0 | 24 | 64 | 3D | 26 | 64 | 14 |
| Octal | 144 | 100 | 0 | 0 | 44 | 144 | 75 | 46 | 144 | 24 |
| Binary | 1100100 | 1000000 | 0 | 0 | 100100 | 1100100 | 111101 | 100110 | 1100100 | 10100 |
Color Harmonies of #644000
Complementary color
Monochromatic Colors of #644000
Black with #644000
Text Example
Text Example
White with #644000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644000; }
p { color: rgb(100,64,0); }
H1.HeaderClassName
{
color: #644000;
}
.AnyTagClassName
{
color: #644000;
}
</style>
background-color css
<style>
a { background-color: #644000; }
a { background-color: rgb(100,64,0); }
div.DivClassName
{
background-color: #644000;
}
.BgClassName
{
background-color: #644000;
}
</style>
border-color css
<style>
span { border-color: #644000; }
span { border-color: rgb(100,64,0); }
td.TdClassName
{
border-color: #644000;
}
.TagClassName
{
border-color: #644000;
}
</style>