Shades of Raw Umber #644713
Tints of Raw Umber #644713
RGB
CMYK
RGB Variations
Color information
#644713 (or 0x644713) is known color: Raw Umber. HEX triplet: 64, 47 and 13. RGB value is (100,71,19). Sum of RGB (Red+Green+Blue) = 100+71+19=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #644713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644713 is #9BB8EC. Grayscale: #494949. Windows color (decimal): -10205421 or 1263460. OLE color: 1263460.
HSL color Cylindrical-coordinate representation of color #644713: hue angle of 38.52º 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 #644713 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 19 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.61 |
| HSL | 38.52º | 0.68% | 0.23% | - |
| HSV(B) | 38.52º | 0.81% | 0.39% | - |
| XYZ | 7.63 | 7.26 | 1.62 | - |
| YUV | 73.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 19 | 0 | 0.29 | 0.81 | 0.61 | 38.52 | 0.68 | 0.23 |
| Hex | 64 | 47 | 13 | 0 | 1D | 51 | 3D | 27 | 44 | 17 |
| Octal | 144 | 107 | 23 | 0 | 35 | 121 | 75 | 47 | 104 | 27 |
| Binary | 1100100 | 1000111 | 10011 | 0 | 11101 | 1010001 | 111101 | 100111 | 1000100 | 10111 |
Color Harmonies of #644713
Complementary color
Monochromatic Colors of #644713
Black with #644713
Text Example
Text Example
White with #644713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644713; }
p { color: rgb(100,71,19); }
H1.HeaderClassName
{
color: #644713;
}
.AnyTagClassName
{
color: #644713;
}
</style>
background-color css
<style>
a { background-color: #644713; }
a { background-color: rgb(100,71,19); }
div.DivClassName
{
background-color: #644713;
}
.BgClassName
{
background-color: #644713;
}
</style>
border-color css
<style>
span { border-color: #644713; }
span { border-color: rgb(100,71,19); }
td.TdClassName
{
border-color: #644713;
}
.TagClassName
{
border-color: #644713;
}
</style>