Shades of Raw Umber #63530C
Tints of Raw Umber #63530C
RGB
CMYK
RGB Variations
Color information
#63530C (or 0x63530C) is known color: Raw Umber. HEX triplet: 63, 53 and 0C. RGB value is (99,83,12). Sum of RGB (Red+Green+Blue) = 99+83+12=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63530C is #9CACF3. Grayscale: #4F4F4F. Windows color (decimal): -10267892 or 807779. OLE color: 807779.
HSL color Cylindrical-coordinate representation of color #63530C: hue angle of 48.97º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63530C is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 83 | 12 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.61 |
| HSL | 48.97º | 0.78% | 0.22% | - |
| HSV(B) | 48.97º | 0.88% | 0.39% | - |
| XYZ | 8.31 | 8.87 | 1.62 | - |
| YUV | 79.69 | 89.8 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 12 | 0 | 0.16 | 0.88 | 0.61 | 48.97 | 0.78 | 0.22 |
| Hex | 63 | 53 | C | 0 | 10 | 58 | 3D | 31 | 4E | 16 |
| Octal | 143 | 123 | 14 | 0 | 20 | 130 | 75 | 61 | 116 | 26 |
| Binary | 1100011 | 1010011 | 1100 | 0 | 10000 | 1011000 | 111101 | 110001 | 1001110 | 10110 |
Color Harmonies of #63530C
Complementary color
Monochromatic Colors of #63530C
Black with #63530C
Text Example
Text Example
White with #63530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63530C; }
p { color: rgb(99,83,12); }
H1.HeaderClassName
{
color: #63530C;
}
.AnyTagClassName
{
color: #63530C;
}
</style>
background-color css
<style>
a { background-color: #63530C; }
a { background-color: rgb(99,83,12); }
div.DivClassName
{
background-color: #63530C;
}
.BgClassName
{
background-color: #63530C;
}
</style>
border-color css
<style>
span { border-color: #63530C; }
span { border-color: rgb(99,83,12); }
td.TdClassName
{
border-color: #63530C;
}
.TagClassName
{
border-color: #63530C;
}
</style>