Shades of Raw Umber #644B14
Tints of Raw Umber #644B14
RGB
CMYK
RGB Variations
Color information
#644B14 (or 0x644B14) is known color: Raw Umber. HEX triplet: 64, 4B and 14. RGB value is (100,75,20). Sum of RGB (Red+Green+Blue) = 100+75+20=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #644B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644B14 is #9BB4EB. Grayscale: #4C4C4C. Windows color (decimal): -10204396 or 1330020. OLE color: 1330020.
HSL color Cylindrical-coordinate representation of color #644B14: hue angle of 41.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #644B14 is Cyan = 0, Magento = 0.25, Yellow = 0.8 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 75 | 20 | - |
| CMYK | 0 | 0.25 | 0.8 | 0.61 |
| HSL | 41.25º | 0.67% | 0.24% | - |
| HSV(B) | 41.25º | 0.8% | 0.39% | - |
| XYZ | 7.9 | 7.79 | 1.75 | - |
| YUV | 76.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 20 | 0 | 0.25 | 0.8 | 0.61 | 41.25 | 0.67 | 0.24 |
| Hex | 64 | 4B | 14 | 0 | 19 | 50 | 3D | 29 | 43 | 18 |
| Octal | 144 | 113 | 24 | 0 | 31 | 120 | 75 | 51 | 103 | 30 |
| Binary | 1100100 | 1001011 | 10100 | 0 | 11001 | 1010000 | 111101 | 101001 | 1000011 | 11000 |
Color Harmonies of #644B14
Complementary color
Monochromatic Colors of #644B14
Black with #644B14
Text Example
Text Example
White with #644B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B14; }
p { color: rgb(100,75,20); }
H1.HeaderClassName
{
color: #644B14;
}
.AnyTagClassName
{
color: #644B14;
}
</style>
background-color css
<style>
a { background-color: #644B14; }
a { background-color: rgb(100,75,20); }
div.DivClassName
{
background-color: #644B14;
}
.BgClassName
{
background-color: #644B14;
}
</style>
border-color css
<style>
span { border-color: #644B14; }
span { border-color: rgb(100,75,20); }
td.TdClassName
{
border-color: #644B14;
}
.TagClassName
{
border-color: #644B14;
}
</style>