Shades of Raw Umber #63500C
Tints of Raw Umber #63500C
RGB
CMYK
RGB Variations
Color information
#63500C (or 0x63500C) is known color: Raw Umber. HEX triplet: 63, 50 and 0C. RGB value is (99,80,12). Sum of RGB (Red+Green+Blue) = 99+80+12=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63500C is #9CAFF3. Grayscale: #4E4E4E. Windows color (decimal): -10268660 or 807011. OLE color: 807011.
HSL color Cylindrical-coordinate representation of color #63500C: hue angle of 46.9º 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 #63500C is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 80 | 12 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.61 |
| HSL | 46.9º | 0.78% | 0.22% | - |
| HSV(B) | 46.9º | 0.88% | 0.39% | - |
| XYZ | 8.08 | 8.42 | 1.55 | - |
| YUV | 77.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 12 | 0 | 0.19 | 0.88 | 0.61 | 46.9 | 0.78 | 0.22 |
| Hex | 63 | 50 | C | 0 | 13 | 58 | 3D | 2F | 4E | 16 |
| Octal | 143 | 120 | 14 | 0 | 23 | 130 | 75 | 57 | 116 | 26 |
| Binary | 1100011 | 1010000 | 1100 | 0 | 10011 | 1011000 | 111101 | 101111 | 1001110 | 10110 |
Color Harmonies of #63500C
Complementary color
Monochromatic Colors of #63500C
Black with #63500C
Text Example
Text Example
White with #63500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63500C; }
p { color: rgb(99,80,12); }
H1.HeaderClassName
{
color: #63500C;
}
.AnyTagClassName
{
color: #63500C;
}
</style>
background-color css
<style>
a { background-color: #63500C; }
a { background-color: rgb(99,80,12); }
div.DivClassName
{
background-color: #63500C;
}
.BgClassName
{
background-color: #63500C;
}
</style>
border-color css
<style>
span { border-color: #63500C; }
span { border-color: rgb(99,80,12); }
td.TdClassName
{
border-color: #63500C;
}
.TagClassName
{
border-color: #63500C;
}
</style>