Shades of Raw Umber #644100
Tints of Raw Umber #644100
RGB
CMYK
RGB Variations
Color information
#644100 (or 0x644100) is known color: Raw Umber. HEX triplet: 64, 41 and 00. RGB value is (100,65,0). Sum of RGB (Red+Green+Blue) = 100+65+0=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #644100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644100 is #9BBEFF. Grayscale: #444444. Windows color (decimal): -10206976 or 16740. OLE color: 16740.
HSL color Cylindrical-coordinate representation of color #644100: hue angle of 39º 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 #644100 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.61 |
| HSL | 39º | 1% | 0.2% | - |
| HSV(B) | 39º | 1% | 0.39% | - |
| XYZ | 7.15 | 6.49 | 0.88 | - |
| YUV | 68.06 | 89.6 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 0 | 0 | 0.35 | 1 | 0.61 | 39 | 1 | 0.2 |
| Hex | 64 | 41 | 0 | 0 | 23 | 64 | 3D | 27 | 64 | 14 |
| Octal | 144 | 101 | 0 | 0 | 43 | 144 | 75 | 47 | 144 | 24 |
| Binary | 1100100 | 1000001 | 0 | 0 | 100011 | 1100100 | 111101 | 100111 | 1100100 | 10100 |
Color Harmonies of #644100
Complementary color
Monochromatic Colors of #644100
Black with #644100
Text Example
Text Example
White with #644100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644100; }
p { color: rgb(100,65,0); }
H1.HeaderClassName
{
color: #644100;
}
.AnyTagClassName
{
color: #644100;
}
</style>
background-color css
<style>
a { background-color: #644100; }
a { background-color: rgb(100,65,0); }
div.DivClassName
{
background-color: #644100;
}
.BgClassName
{
background-color: #644100;
}
</style>
border-color css
<style>
span { border-color: #644100; }
span { border-color: rgb(100,65,0); }
td.TdClassName
{
border-color: #644100;
}
.TagClassName
{
border-color: #644100;
}
</style>