Shades of Raw Umber #644D07
Tints of Raw Umber #644D07
RGB
CMYK
RGB Variations
Color information
#644D07 (or 0x644D07) is known color: Raw Umber. HEX triplet: 64, 4D and 07. RGB value is (100,77,7). Sum of RGB (Red+Green+Blue) = 100+77+7=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #644D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644D07 is #9BB2F8. Grayscale: #4C4C4C. Windows color (decimal): -10203897 or 478564. OLE color: 478564.
HSL color Cylindrical-coordinate representation of color #644D07: hue angle of 45.16º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #644D07 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 7 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.61 |
| HSL | 45.16º | 0.87% | 0.21% | - |
| HSV(B) | 45.16º | 0.93% | 0.39% | - |
| XYZ | 7.95 | 8.03 | 1.33 | - |
| YUV | 75.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 7 | 0 | 0.23 | 0.93 | 0.61 | 45.16 | 0.87 | 0.21 |
| Hex | 64 | 4D | 7 | 0 | 17 | 5D | 3D | 2D | 57 | 15 |
| Octal | 144 | 115 | 7 | 0 | 27 | 135 | 75 | 55 | 127 | 25 |
| Binary | 1100100 | 1001101 | 111 | 0 | 10111 | 1011101 | 111101 | 101101 | 1010111 | 10101 |
Color Harmonies of #644D07
Complementary color
Monochromatic Colors of #644D07
Black with #644D07
Text Example
Text Example
White with #644D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D07; }
p { color: rgb(100,77,7); }
H1.HeaderClassName
{
color: #644D07;
}
.AnyTagClassName
{
color: #644D07;
}
</style>
background-color css
<style>
a { background-color: #644D07; }
a { background-color: rgb(100,77,7); }
div.DivClassName
{
background-color: #644D07;
}
.BgClassName
{
background-color: #644D07;
}
</style>
border-color css
<style>
span { border-color: #644D07; }
span { border-color: rgb(100,77,7); }
td.TdClassName
{
border-color: #644D07;
}
.TagClassName
{
border-color: #644D07;
}
</style>