Shades of Raw Umber #63460E
Tints of Raw Umber #63460E
RGB
CMYK
RGB Variations
Color information
#63460E (or 0x63460E) is known color: Raw Umber. HEX triplet: 63, 46 and 0E. RGB value is (99,70,14). Sum of RGB (Red+Green+Blue) = 99+70+14=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63460E is #9CB9F1. Grayscale: #484848. Windows color (decimal): -10271218 or 935523. OLE color: 935523.
HSL color Cylindrical-coordinate representation of color #63460E: hue angle of 39.53º 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 #63460E is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 70 | 14 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.61 |
| HSL | 39.53º | 0.75% | 0.22% | - |
| HSV(B) | 39.53º | 0.86% | 0.39% | - |
| XYZ | 7.42 | 7.06 | 1.39 | - |
| YUV | 72.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 14 | 0 | 0.29 | 0.86 | 0.61 | 39.53 | 0.75 | 0.22 |
| Hex | 63 | 46 | E | 0 | 1D | 56 | 3D | 28 | 4B | 16 |
| Octal | 143 | 106 | 16 | 0 | 35 | 126 | 75 | 50 | 113 | 26 |
| Binary | 1100011 | 1000110 | 1110 | 0 | 11101 | 1010110 | 111101 | 101000 | 1001011 | 10110 |
Color Harmonies of #63460E
Complementary color
Monochromatic Colors of #63460E
Black with #63460E
Text Example
Text Example
White with #63460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63460E; }
p { color: rgb(99,70,14); }
H1.HeaderClassName
{
color: #63460E;
}
.AnyTagClassName
{
color: #63460E;
}
</style>
background-color css
<style>
a { background-color: #63460E; }
a { background-color: rgb(99,70,14); }
div.DivClassName
{
background-color: #63460E;
}
.BgClassName
{
background-color: #63460E;
}
</style>
border-color css
<style>
span { border-color: #63460E; }
span { border-color: rgb(99,70,14); }
td.TdClassName
{
border-color: #63460E;
}
.TagClassName
{
border-color: #63460E;
}
</style>