Shades of Raw Umber #644B00
Tints of Raw Umber #644B00
RGB
CMYK
RGB Variations
Color information
#644B00 (or 0x644B00) is known color: Raw Umber. HEX triplet: 64, 4B and 00. RGB value is (100,75,0). Sum of RGB (Red+Green+Blue) = 100+75+0=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #644B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644B00 is #9BB4FF. Grayscale: #4A4A4A. Windows color (decimal): -10204416 or 19300. OLE color: 19300.
HSL color Cylindrical-coordinate representation of color #644B00: hue angle of 45º 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 #644B00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 75 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.61 |
| HSL | 45º | 1% | 0.2% | - |
| HSV(B) | 45º | 1% | 0.39% | - |
| XYZ | 7.77 | 7.74 | 1.08 | - |
| YUV | 73.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 0 | 0 | 0.25 | 1 | 0.61 | 45 | 1 | 0.2 |
| Hex | 64 | 4B | 0 | 0 | 19 | 64 | 3D | 2D | 64 | 14 |
| Octal | 144 | 113 | 0 | 0 | 31 | 144 | 75 | 55 | 144 | 24 |
| Binary | 1100100 | 1001011 | 0 | 0 | 11001 | 1100100 | 111101 | 101101 | 1100100 | 10100 |
Color Harmonies of #644B00
Complementary color
Monochromatic Colors of #644B00
Black with #644B00
Text Example
Text Example
White with #644B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B00; }
p { color: rgb(100,75,0); }
H1.HeaderClassName
{
color: #644B00;
}
.AnyTagClassName
{
color: #644B00;
}
</style>
background-color css
<style>
a { background-color: #644B00; }
a { background-color: rgb(100,75,0); }
div.DivClassName
{
background-color: #644B00;
}
.BgClassName
{
background-color: #644B00;
}
</style>
border-color css
<style>
span { border-color: #644B00; }
span { border-color: rgb(100,75,0); }
td.TdClassName
{
border-color: #644B00;
}
.TagClassName
{
border-color: #644B00;
}
</style>