Shades of Raw Umber #63520E
Tints of Raw Umber #63520E
RGB
CMYK
RGB Variations
Color information
#63520E (or 0x63520E) is known color: Raw Umber. HEX triplet: 63, 52 and 0E. RGB value is (99,82,14). Sum of RGB (Red+Green+Blue) = 99+82+14=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63520E is #9CADF1. Grayscale: #4F4F4F. Windows color (decimal): -10268146 or 938595. OLE color: 938595.
HSL color Cylindrical-coordinate representation of color #63520E: hue angle of 48º 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 #63520E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 14 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.61 |
| HSL | 48º | 0.75% | 0.22% | - |
| HSV(B) | 48º | 0.86% | 0.39% | - |
| XYZ | 8.24 | 8.72 | 1.66 | - |
| YUV | 79.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 14 | 0 | 0.17 | 0.86 | 0.61 | 48 | 0.75 | 0.22 |
| Hex | 63 | 52 | E | 0 | 11 | 56 | 3D | 30 | 4B | 16 |
| Octal | 143 | 122 | 16 | 0 | 21 | 126 | 75 | 60 | 113 | 26 |
| Binary | 1100011 | 1010010 | 1110 | 0 | 10001 | 1010110 | 111101 | 110000 | 1001011 | 10110 |
Color Harmonies of #63520E
Complementary color
Monochromatic Colors of #63520E
Black with #63520E
Text Example
Text Example
White with #63520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63520E; }
p { color: rgb(99,82,14); }
H1.HeaderClassName
{
color: #63520E;
}
.AnyTagClassName
{
color: #63520E;
}
</style>
background-color css
<style>
a { background-color: #63520E; }
a { background-color: rgb(99,82,14); }
div.DivClassName
{
background-color: #63520E;
}
.BgClassName
{
background-color: #63520E;
}
</style>
border-color css
<style>
span { border-color: #63520E; }
span { border-color: rgb(99,82,14); }
td.TdClassName
{
border-color: #63520E;
}
.TagClassName
{
border-color: #63520E;
}
</style>