Shades of Raw Umber #644A0F
Tints of Raw Umber #644A0F
RGB
CMYK
RGB Variations
Color information
#644A0F (or 0x644A0F) is known color: Raw Umber. HEX triplet: 64, 4A and 0F. RGB value is (100,74,15). Sum of RGB (Red+Green+Blue) = 100+74+15=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #644A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644A0F is #9BB5F0. Grayscale: #4B4B4B. Windows color (decimal): -10204657 or 1002084. OLE color: 1002084.
HSL color Cylindrical-coordinate representation of color #644A0F: hue angle of 41.65º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #644A0F is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 74 | 15 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.61 |
| HSL | 41.65º | 0.74% | 0.23% | - |
| HSV(B) | 41.65º | 0.85% | 0.39% | - |
| XYZ | 7.79 | 7.64 | 1.52 | - |
| YUV | 75.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 15 | 0 | 0.26 | 0.85 | 0.61 | 41.65 | 0.74 | 0.23 |
| Hex | 64 | 4A | F | 0 | 1A | 55 | 3D | 2A | 4A | 17 |
| Octal | 144 | 112 | 17 | 0 | 32 | 125 | 75 | 52 | 112 | 27 |
| Binary | 1100100 | 1001010 | 1111 | 0 | 11010 | 1010101 | 111101 | 101010 | 1001010 | 10111 |
Color Harmonies of #644A0F
Complementary color
Monochromatic Colors of #644A0F
Black with #644A0F
Text Example
Text Example
White with #644A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644A0F; }
p { color: rgb(100,74,15); }
H1.HeaderClassName
{
color: #644A0F;
}
.AnyTagClassName
{
color: #644A0F;
}
</style>
background-color css
<style>
a { background-color: #644A0F; }
a { background-color: rgb(100,74,15); }
div.DivClassName
{
background-color: #644A0F;
}
.BgClassName
{
background-color: #644A0F;
}
</style>
border-color css
<style>
span { border-color: #644A0F; }
span { border-color: rgb(100,74,15); }
td.TdClassName
{
border-color: #644A0F;
}
.TagClassName
{
border-color: #644A0F;
}
</style>