Shades of Raw Umber #644D00
Tints of Raw Umber #644D00
RGB
CMYK
RGB Variations
Color information
#644D00 (or 0x644D00) is known color: Raw Umber. HEX triplet: 64, 4D and 00. RGB value is (100,77,0). Sum of RGB (Red+Green+Blue) = 100+77+0=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #644D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644D00 is #9BB2FF. Grayscale: #4B4B4B. Windows color (decimal): -10203904 or 19812. OLE color: 19812.
HSL color Cylindrical-coordinate representation of color #644D00: hue angle of 46.2º 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 #644D00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.61 |
| HSL | 46.2º | 1% | 0.2% | - |
| HSV(B) | 46.2º | 1% | 0.39% | - |
| XYZ | 7.91 | 8.02 | 1.13 | - |
| YUV | 75.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 0 | 0 | 0.23 | 1 | 0.61 | 46.2 | 1 | 0.2 |
| Hex | 64 | 4D | 0 | 0 | 17 | 64 | 3D | 2E | 64 | 14 |
| Octal | 144 | 115 | 0 | 0 | 27 | 144 | 75 | 56 | 144 | 24 |
| Binary | 1100100 | 1001101 | 0 | 0 | 10111 | 1100100 | 111101 | 101110 | 1100100 | 10100 |
Color Harmonies of #644D00
Complementary color
Monochromatic Colors of #644D00
Black with #644D00
Text Example
Text Example
White with #644D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D00; }
p { color: rgb(100,77,0); }
H1.HeaderClassName
{
color: #644D00;
}
.AnyTagClassName
{
color: #644D00;
}
</style>
background-color css
<style>
a { background-color: #644D00; }
a { background-color: rgb(100,77,0); }
div.DivClassName
{
background-color: #644D00;
}
.BgClassName
{
background-color: #644D00;
}
</style>
border-color css
<style>
span { border-color: #644D00; }
span { border-color: rgb(100,77,0); }
td.TdClassName
{
border-color: #644D00;
}
.TagClassName
{
border-color: #644D00;
}
</style>