Shades of Raw Umber #644D04
Tints of Raw Umber #644D04
RGB
CMYK
RGB Variations
Color information
#644D04 (or 0x644D04) is known color: Raw Umber. HEX triplet: 64, 4D and 04. RGB value is (100,77,4). Sum of RGB (Red+Green+Blue) = 100+77+4=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #644D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644D04 is #9BB2FB. Grayscale: #4B4B4B. Windows color (decimal): -10203900 or 281956. OLE color: 281956.
HSL color Cylindrical-coordinate representation of color #644D04: hue angle of 45.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #644D04 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 4 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.61 |
| HSL | 45.63º | 0.92% | 0.2% | - |
| HSV(B) | 45.63º | 0.96% | 0.39% | - |
| XYZ | 7.93 | 8.03 | 1.25 | - |
| YUV | 75.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 4 | 0 | 0.23 | 0.96 | 0.61 | 45.63 | 0.92 | 0.2 |
| Hex | 64 | 4D | 4 | 0 | 17 | 60 | 3D | 2E | 5C | 14 |
| Octal | 144 | 115 | 4 | 0 | 27 | 140 | 75 | 56 | 134 | 24 |
| Binary | 1100100 | 1001101 | 100 | 0 | 10111 | 1100000 | 111101 | 101110 | 1011100 | 10100 |
Color Harmonies of #644D04
Complementary color
Monochromatic Colors of #644D04
Black with #644D04
Text Example
Text Example
White with #644D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D04; }
p { color: rgb(100,77,4); }
H1.HeaderClassName
{
color: #644D04;
}
.AnyTagClassName
{
color: #644D04;
}
</style>
background-color css
<style>
a { background-color: #644D04; }
a { background-color: rgb(100,77,4); }
div.DivClassName
{
background-color: #644D04;
}
.BgClassName
{
background-color: #644D04;
}
</style>
border-color css
<style>
span { border-color: #644D04; }
span { border-color: rgb(100,77,4); }
td.TdClassName
{
border-color: #644D04;
}
.TagClassName
{
border-color: #644D04;
}
</style>