Shades of Raw Umber #644D12
Tints of Raw Umber #644D12
RGB
CMYK
RGB Variations
Color information
#644D12 (or 0x644D12) is known color: Raw Umber. HEX triplet: 64, 4D and 12. RGB value is (100,77,18). Sum of RGB (Red+Green+Blue) = 100+77+18=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #644D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644D12 is #9BB2ED. Grayscale: #4D4D4D. Windows color (decimal): -10203886 or 1199460. OLE color: 1199460.
HSL color Cylindrical-coordinate representation of color #644D12: hue angle of 43.17º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #644D12 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 18 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.61 |
| HSL | 43.17º | 0.69% | 0.23% | - |
| HSV(B) | 43.17º | 0.82% | 0.39% | - |
| XYZ | 8.02 | 8.06 | 1.71 | - |
| YUV | 77.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 18 | 0 | 0.23 | 0.82 | 0.61 | 43.17 | 0.69 | 0.23 |
| Hex | 64 | 4D | 12 | 0 | 17 | 52 | 3D | 2B | 45 | 17 |
| Octal | 144 | 115 | 22 | 0 | 27 | 122 | 75 | 53 | 105 | 27 |
| Binary | 1100100 | 1001101 | 10010 | 0 | 10111 | 1010010 | 111101 | 101011 | 1000101 | 10111 |
Color Harmonies of #644D12
Complementary color
Monochromatic Colors of #644D12
Black with #644D12
Text Example
Text Example
White with #644D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D12; }
p { color: rgb(100,77,18); }
H1.HeaderClassName
{
color: #644D12;
}
.AnyTagClassName
{
color: #644D12;
}
</style>
background-color css
<style>
a { background-color: #644D12; }
a { background-color: rgb(100,77,18); }
div.DivClassName
{
background-color: #644D12;
}
.BgClassName
{
background-color: #644D12;
}
</style>
border-color css
<style>
span { border-color: #644D12; }
span { border-color: rgb(100,77,18); }
td.TdClassName
{
border-color: #644D12;
}
.TagClassName
{
border-color: #644D12;
}
</style>