Shades of Raw Umber #644402
Tints of Raw Umber #644402
RGB
CMYK
RGB Variations
Color information
#644402 (or 0x644402) is known color: Raw Umber. HEX triplet: 64, 44 and 02. RGB value is (100,68,2). Sum of RGB (Red+Green+Blue) = 100+68+2=170 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.82% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 100 - color contains mainly: red. Hex color #644402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644402 is #9BBBFD. Grayscale: #464646. Windows color (decimal): -10206206 or 148580. OLE color: 148580.
HSL color Cylindrical-coordinate representation of color #644402: hue angle of 40.41º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #644402 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 2 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.61 |
| HSL | 40.41º | 0.96% | 0.2% | - |
| HSV(B) | 40.41º | 0.98% | 0.39% | - |
| XYZ | 7.33 | 6.85 | 0.99 | - |
| YUV | 70.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 2 | 0 | 0.32 | 0.98 | 0.61 | 40.41 | 0.96 | 0.2 |
| Hex | 64 | 44 | 2 | 0 | 20 | 62 | 3D | 28 | 60 | 14 |
| Octal | 144 | 104 | 2 | 0 | 40 | 142 | 75 | 50 | 140 | 24 |
| Binary | 1100100 | 1000100 | 10 | 0 | 100000 | 1100010 | 111101 | 101000 | 1100000 | 10100 |
Color Harmonies of #644402
Complementary color
Monochromatic Colors of #644402
Black with #644402
Text Example
Text Example
White with #644402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644402; }
p { color: rgb(100,68,2); }
H1.HeaderClassName
{
color: #644402;
}
.AnyTagClassName
{
color: #644402;
}
</style>
background-color css
<style>
a { background-color: #644402; }
a { background-color: rgb(100,68,2); }
div.DivClassName
{
background-color: #644402;
}
.BgClassName
{
background-color: #644402;
}
</style>
border-color css
<style>
span { border-color: #644402; }
span { border-color: rgb(100,68,2); }
td.TdClassName
{
border-color: #644402;
}
.TagClassName
{
border-color: #644402;
}
</style>