Shades of Raw Umber #644511
Tints of Raw Umber #644511
RGB
CMYK
RGB Variations
Color information
#644511 (or 0x644511) is known color: Raw Umber. HEX triplet: 64, 45 and 11. RGB value is (100,69,17). Sum of RGB (Red+Green+Blue) = 100+69+17=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #644511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644511 is #9BBAEE. Grayscale: #484848. Windows color (decimal): -10205935 or 1131876. OLE color: 1131876.
HSL color Cylindrical-coordinate representation of color #644511: hue angle of 37.59º 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 #644511 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 69 | 17 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.61 |
| HSL | 37.59º | 0.71% | 0.23% | - |
| HSV(B) | 37.59º | 0.83% | 0.39% | - |
| XYZ | 7.48 | 7.01 | 1.49 | - |
| YUV | 72.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 17 | 0 | 0.31 | 0.83 | 0.61 | 37.59 | 0.71 | 0.23 |
| Hex | 64 | 45 | 11 | 0 | 1F | 53 | 3D | 26 | 47 | 17 |
| Octal | 144 | 105 | 21 | 0 | 37 | 123 | 75 | 46 | 107 | 27 |
| Binary | 1100100 | 1000101 | 10001 | 0 | 11111 | 1010011 | 111101 | 100110 | 1000111 | 10111 |
Color Harmonies of #644511
Complementary color
Monochromatic Colors of #644511
Black with #644511
Text Example
Text Example
White with #644511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644511; }
p { color: rgb(100,69,17); }
H1.HeaderClassName
{
color: #644511;
}
.AnyTagClassName
{
color: #644511;
}
</style>
background-color css
<style>
a { background-color: #644511; }
a { background-color: rgb(100,69,17); }
div.DivClassName
{
background-color: #644511;
}
.BgClassName
{
background-color: #644511;
}
</style>
border-color css
<style>
span { border-color: #644511; }
span { border-color: rgb(100,69,17); }
td.TdClassName
{
border-color: #644511;
}
.TagClassName
{
border-color: #644511;
}
</style>