Shades of Raw Umber #644C13
Tints of Raw Umber #644C13
RGB
CMYK
RGB Variations
Color information
#644C13 (or 0x644C13) is known color: Raw Umber. HEX triplet: 64, 4C and 13. RGB value is (100,76,19). Sum of RGB (Red+Green+Blue) = 100+76+19=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #644C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644C13 is #9BB3EC. Grayscale: #4C4C4C. Windows color (decimal): -10204141 or 1264740. OLE color: 1264740.
HSL color Cylindrical-coordinate representation of color #644C13: hue angle of 42.22º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #644C13 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 19 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.61 |
| HSL | 42.22º | 0.68% | 0.23% | - |
| HSV(B) | 42.22º | 0.81% | 0.39% | - |
| XYZ | 7.96 | 7.93 | 1.73 | - |
| YUV | 76.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 19 | 0 | 0.24 | 0.81 | 0.61 | 42.22 | 0.68 | 0.23 |
| Hex | 64 | 4C | 13 | 0 | 18 | 51 | 3D | 2A | 44 | 17 |
| Octal | 144 | 114 | 23 | 0 | 30 | 121 | 75 | 52 | 104 | 27 |
| Binary | 1100100 | 1001100 | 10011 | 0 | 11000 | 1010001 | 111101 | 101010 | 1000100 | 10111 |
Color Harmonies of #644C13
Complementary color
Monochromatic Colors of #644C13
Black with #644C13
Text Example
Text Example
White with #644C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C13; }
p { color: rgb(100,76,19); }
H1.HeaderClassName
{
color: #644C13;
}
.AnyTagClassName
{
color: #644C13;
}
</style>
background-color css
<style>
a { background-color: #644C13; }
a { background-color: rgb(100,76,19); }
div.DivClassName
{
background-color: #644C13;
}
.BgClassName
{
background-color: #644C13;
}
</style>
border-color css
<style>
span { border-color: #644C13; }
span { border-color: rgb(100,76,19); }
td.TdClassName
{
border-color: #644C13;
}
.TagClassName
{
border-color: #644C13;
}
</style>