Shades of Raw Umber #644400
Tints of Raw Umber #644400
RGB
CMYK
RGB Variations
Color information
#644400 (or 0x644400) is known color: Raw Umber. HEX triplet: 64, 44 and 00. RGB value is (100,68,0). Sum of RGB (Red+Green+Blue) = 100+68+0=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #644400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644400 is #9BBBFF. Grayscale: #464646. Windows color (decimal): -10206208 or 17508. OLE color: 17508.
HSL color Cylindrical-coordinate representation of color #644400: hue angle of 40.8º 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 #644400 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.61 |
| HSL | 40.8º | 1% | 0.2% | - |
| HSV(B) | 40.8º | 1% | 0.39% | - |
| XYZ | 7.32 | 6.84 | 0.93 | - |
| YUV | 69.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 0 | 0 | 0.32 | 1 | 0.61 | 40.8 | 1 | 0.2 |
| Hex | 64 | 44 | 0 | 0 | 20 | 64 | 3D | 29 | 64 | 14 |
| Octal | 144 | 104 | 0 | 0 | 40 | 144 | 75 | 51 | 144 | 24 |
| Binary | 1100100 | 1000100 | 0 | 0 | 100000 | 1100100 | 111101 | 101001 | 1100100 | 10100 |
Color Harmonies of #644400
Complementary color
Monochromatic Colors of #644400
Black with #644400
Text Example
Text Example
White with #644400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644400; }
p { color: rgb(100,68,0); }
H1.HeaderClassName
{
color: #644400;
}
.AnyTagClassName
{
color: #644400;
}
</style>
background-color css
<style>
a { background-color: #644400; }
a { background-color: rgb(100,68,0); }
div.DivClassName
{
background-color: #644400;
}
.BgClassName
{
background-color: #644400;
}
</style>
border-color css
<style>
span { border-color: #644400; }
span { border-color: rgb(100,68,0); }
td.TdClassName
{
border-color: #644400;
}
.TagClassName
{
border-color: #644400;
}
</style>