Shades of Raw Umber #63480F
Tints of Raw Umber #63480F
RGB
CMYK
RGB Variations
Color information
#63480F (or 0x63480F) is known color: Raw Umber. HEX triplet: 63, 48 and 0F. RGB value is (99,72,15). Sum of RGB (Red+Green+Blue) = 99+72+15=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #63480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63480F is #9CB7F0. Grayscale: #494949. Windows color (decimal): -10270705 or 1001571. OLE color: 1001571.
HSL color Cylindrical-coordinate representation of color #63480F: hue angle of 40.71º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63480F is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 72 | 15 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.61 |
| HSL | 40.71º | 0.74% | 0.22% | - |
| HSV(B) | 40.71º | 0.85% | 0.39% | - |
| XYZ | 7.55 | 7.32 | 1.47 | - |
| YUV | 73.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 15 | 0 | 0.27 | 0.85 | 0.61 | 40.71 | 0.74 | 0.22 |
| Hex | 63 | 48 | F | 0 | 1B | 55 | 3D | 29 | 4A | 16 |
| Octal | 143 | 110 | 17 | 0 | 33 | 125 | 75 | 51 | 112 | 26 |
| Binary | 1100011 | 1001000 | 1111 | 0 | 11011 | 1010101 | 111101 | 101001 | 1001010 | 10110 |
Color Harmonies of #63480F
Complementary color
Monochromatic Colors of #63480F
Black with #63480F
Text Example
Text Example
White with #63480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63480F; }
p { color: rgb(99,72,15); }
H1.HeaderClassName
{
color: #63480F;
}
.AnyTagClassName
{
color: #63480F;
}
</style>
background-color css
<style>
a { background-color: #63480F; }
a { background-color: rgb(99,72,15); }
div.DivClassName
{
background-color: #63480F;
}
.BgClassName
{
background-color: #63480F;
}
</style>
border-color css
<style>
span { border-color: #63480F; }
span { border-color: rgb(99,72,15); }
td.TdClassName
{
border-color: #63480F;
}
.TagClassName
{
border-color: #63480F;
}
</style>