Shades of Raw Umber #63520B
Tints of Raw Umber #63520B
RGB
CMYK
RGB Variations
Color information
#63520B (or 0x63520B) is known color: Raw Umber. HEX triplet: 63, 52 and 0B. RGB value is (99,82,11). Sum of RGB (Red+Green+Blue) = 99+82+11=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63520B is #9CADF4. Grayscale: #4F4F4F. Windows color (decimal): -10268149 or 741987. OLE color: 741987.
HSL color Cylindrical-coordinate representation of color #63520B: hue angle of 48.41º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63520B is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 11 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.61 |
| HSL | 48.41º | 0.8% | 0.22% | - |
| HSV(B) | 48.41º | 0.89% | 0.39% | - |
| XYZ | 8.22 | 8.71 | 1.56 | - |
| YUV | 78.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 11 | 0 | 0.17 | 0.89 | 0.61 | 48.41 | 0.8 | 0.22 |
| Hex | 63 | 52 | B | 0 | 11 | 59 | 3D | 30 | 50 | 16 |
| Octal | 143 | 122 | 13 | 0 | 21 | 131 | 75 | 60 | 120 | 26 |
| Binary | 1100011 | 1010010 | 1011 | 0 | 10001 | 1011001 | 111101 | 110000 | 1010000 | 10110 |
Color Harmonies of #63520B
Complementary color
Monochromatic Colors of #63520B
Black with #63520B
Text Example
Text Example
White with #63520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63520B; }
p { color: rgb(99,82,11); }
H1.HeaderClassName
{
color: #63520B;
}
.AnyTagClassName
{
color: #63520B;
}
</style>
background-color css
<style>
a { background-color: #63520B; }
a { background-color: rgb(99,82,11); }
div.DivClassName
{
background-color: #63520B;
}
.BgClassName
{
background-color: #63520B;
}
</style>
border-color css
<style>
span { border-color: #63520B; }
span { border-color: rgb(99,82,11); }
td.TdClassName
{
border-color: #63520B;
}
.TagClassName
{
border-color: #63520B;
}
</style>