Shades of Raw Umber #644D11
Tints of Raw Umber #644D11
RGB
CMYK
RGB Variations
Color information
#644D11 (or 0x644D11) is known color: Raw Umber. HEX triplet: 64, 4D and 11. RGB value is (100,77,17). Sum of RGB (Red+Green+Blue) = 100+77+17=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #644D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644D11 is #9BB2EE. Grayscale: #4D4D4D. Windows color (decimal): -10203887 or 1133924. OLE color: 1133924.
HSL color Cylindrical-coordinate representation of color #644D11: hue angle of 43.37º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #644D11 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 17 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.61 |
| HSL | 43.37º | 0.71% | 0.23% | - |
| HSV(B) | 43.37º | 0.83% | 0.39% | - |
| XYZ | 8.01 | 8.06 | 1.66 | - |
| YUV | 77.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 17 | 0 | 0.23 | 0.83 | 0.61 | 43.37 | 0.71 | 0.23 |
| Hex | 64 | 4D | 11 | 0 | 17 | 53 | 3D | 2B | 47 | 17 |
| Octal | 144 | 115 | 21 | 0 | 27 | 123 | 75 | 53 | 107 | 27 |
| Binary | 1100100 | 1001101 | 10001 | 0 | 10111 | 1010011 | 111101 | 101011 | 1000111 | 10111 |
Color Harmonies of #644D11
Complementary color
Monochromatic Colors of #644D11
Black with #644D11
Text Example
Text Example
White with #644D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D11; }
p { color: rgb(100,77,17); }
H1.HeaderClassName
{
color: #644D11;
}
.AnyTagClassName
{
color: #644D11;
}
</style>
background-color css
<style>
a { background-color: #644D11; }
a { background-color: rgb(100,77,17); }
div.DivClassName
{
background-color: #644D11;
}
.BgClassName
{
background-color: #644D11;
}
</style>
border-color css
<style>
span { border-color: #644D11; }
span { border-color: rgb(100,77,17); }
td.TdClassName
{
border-color: #644D11;
}
.TagClassName
{
border-color: #644D11;
}
</style>