Shades of Raw Umber #63490E
Tints of Raw Umber #63490E
RGB
CMYK
RGB Variations
Color information
#63490E (or 0x63490E) is known color: Raw Umber. HEX triplet: 63, 49 and 0E. RGB value is (99,73,14). Sum of RGB (Red+Green+Blue) = 99+73+14=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #63490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63490E is #9CB6F1. Grayscale: #4A4A4A. Windows color (decimal): -10270450 or 936291. OLE color: 936291.
HSL color Cylindrical-coordinate representation of color #63490E: hue angle of 41.65º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63490E is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 73 | 14 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.61 |
| HSL | 41.65º | 0.75% | 0.22% | - |
| HSV(B) | 41.65º | 0.86% | 0.39% | - |
| XYZ | 7.61 | 7.45 | 1.45 | - |
| YUV | 74.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 14 | 0 | 0.26 | 0.86 | 0.61 | 41.65 | 0.75 | 0.22 |
| Hex | 63 | 49 | E | 0 | 1A | 56 | 3D | 2A | 4B | 16 |
| Octal | 143 | 111 | 16 | 0 | 32 | 126 | 75 | 52 | 113 | 26 |
| Binary | 1100011 | 1001001 | 1110 | 0 | 11010 | 1010110 | 111101 | 101010 | 1001011 | 10110 |
Color Harmonies of #63490E
Complementary color
Monochromatic Colors of #63490E
Black with #63490E
Text Example
Text Example
White with #63490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63490E; }
p { color: rgb(99,73,14); }
H1.HeaderClassName
{
color: #63490E;
}
.AnyTagClassName
{
color: #63490E;
}
</style>
background-color css
<style>
a { background-color: #63490E; }
a { background-color: rgb(99,73,14); }
div.DivClassName
{
background-color: #63490E;
}
.BgClassName
{
background-color: #63490E;
}
</style>
border-color css
<style>
span { border-color: #63490E; }
span { border-color: rgb(99,73,14); }
td.TdClassName
{
border-color: #63490E;
}
.TagClassName
{
border-color: #63490E;
}
</style>