Shades of Raw Umber #644900
Tints of Raw Umber #644900
RGB
CMYK
RGB Variations
Color information
#644900 (or 0x644900) is known color: Raw Umber. HEX triplet: 64, 49 and 00. RGB value is (100,73,0). Sum of RGB (Red+Green+Blue) = 100+73+0=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #644900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644900 is #9BB6FF. Grayscale: #494949. Windows color (decimal): -10204928 or 18788. OLE color: 18788.
HSL color Cylindrical-coordinate representation of color #644900: hue angle of 43.8º 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 #644900 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.61 |
| HSL | 43.8º | 1% | 0.2% | - |
| HSV(B) | 43.8º | 1% | 0.39% | - |
| XYZ | 7.64 | 7.47 | 1.04 | - |
| YUV | 72.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 0 | 0 | 0.27 | 1 | 0.61 | 43.8 | 1 | 0.2 |
| Hex | 64 | 49 | 0 | 0 | 1B | 64 | 3D | 2C | 64 | 14 |
| Octal | 144 | 111 | 0 | 0 | 33 | 144 | 75 | 54 | 144 | 24 |
| Binary | 1100100 | 1001001 | 0 | 0 | 11011 | 1100100 | 111101 | 101100 | 1100100 | 10100 |
Color Harmonies of #644900
Complementary color
Monochromatic Colors of #644900
Black with #644900
Text Example
Text Example
White with #644900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644900; }
p { color: rgb(100,73,0); }
H1.HeaderClassName
{
color: #644900;
}
.AnyTagClassName
{
color: #644900;
}
</style>
background-color css
<style>
a { background-color: #644900; }
a { background-color: rgb(100,73,0); }
div.DivClassName
{
background-color: #644900;
}
.BgClassName
{
background-color: #644900;
}
</style>
border-color css
<style>
span { border-color: #644900; }
span { border-color: rgb(100,73,0); }
td.TdClassName
{
border-color: #644900;
}
.TagClassName
{
border-color: #644900;
}
</style>