Shades of Raw Umber #644601
Tints of Raw Umber #644601
RGB
CMYK
RGB Variations
Color information
#644601 (or 0x644601) is known color: Raw Umber. HEX triplet: 64, 46 and 01. RGB value is (100,70,1). Sum of RGB (Red+Green+Blue) = 100+70+1=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #644601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644601 is #9BB9FE. Grayscale: #474747. Windows color (decimal): -10205695 or 83556. OLE color: 83556.
HSL color Cylindrical-coordinate representation of color #644601: hue angle of 41.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #644601 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.61 |
| HSL | 41.82º | 0.98% | 0.2% | - |
| HSV(B) | 41.82º | 0.99% | 0.39% | - |
| XYZ | 7.45 | 7.09 | 1 | - |
| YUV | 71.1 | 88.44 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 1 | 0 | 0.30 | 0.99 | 0.61 | 41.82 | 0.98 | 0.2 |
| Hex | 64 | 46 | 1 | 0 | 1E | 63 | 3D | 2A | 62 | 14 |
| Octal | 144 | 106 | 1 | 0 | 36 | 143 | 75 | 52 | 142 | 24 |
| Binary | 1100100 | 1000110 | 1 | 0 | 11110 | 1100011 | 111101 | 101010 | 1100010 | 10100 |
Color Harmonies of #644601
Complementary color
Monochromatic Colors of #644601
Black with #644601
Text Example
Text Example
White with #644601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644601; }
p { color: rgb(100,70,1); }
H1.HeaderClassName
{
color: #644601;
}
.AnyTagClassName
{
color: #644601;
}
</style>
background-color css
<style>
a { background-color: #644601; }
a { background-color: rgb(100,70,1); }
div.DivClassName
{
background-color: #644601;
}
.BgClassName
{
background-color: #644601;
}
</style>
border-color css
<style>
span { border-color: #644601; }
span { border-color: rgb(100,70,1); }
td.TdClassName
{
border-color: #644601;
}
.TagClassName
{
border-color: #644601;
}
</style>