Shades of Raw Umber #63460F
Tints of Raw Umber #63460F
RGB
CMYK
RGB Variations
Color information
#63460F (or 0x63460F) is known color: Raw Umber. HEX triplet: 63, 46 and 0F. RGB value is (99,70,15). Sum of RGB (Red+Green+Blue) = 99+70+15=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #63460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63460F is #9CB9F0. Grayscale: #484848. Windows color (decimal): -10271217 or 1001059. OLE color: 1001059.
HSL color Cylindrical-coordinate representation of color #63460F: hue angle of 39.29º 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 #63460F is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 70 | 15 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.61 |
| HSL | 39.29º | 0.74% | 0.22% | - |
| HSV(B) | 39.29º | 0.85% | 0.39% | - |
| XYZ | 7.42 | 7.07 | 1.42 | - |
| YUV | 72.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 15 | 0 | 0.29 | 0.85 | 0.61 | 39.29 | 0.74 | 0.22 |
| Hex | 63 | 46 | F | 0 | 1D | 55 | 3D | 27 | 4A | 16 |
| Octal | 143 | 106 | 17 | 0 | 35 | 125 | 75 | 47 | 112 | 26 |
| Binary | 1100011 | 1000110 | 1111 | 0 | 11101 | 1010101 | 111101 | 100111 | 1001010 | 10110 |
Color Harmonies of #63460F
Complementary color
Monochromatic Colors of #63460F
Black with #63460F
Text Example
Text Example
White with #63460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63460F; }
p { color: rgb(99,70,15); }
H1.HeaderClassName
{
color: #63460F;
}
.AnyTagClassName
{
color: #63460F;
}
</style>
background-color css
<style>
a { background-color: #63460F; }
a { background-color: rgb(99,70,15); }
div.DivClassName
{
background-color: #63460F;
}
.BgClassName
{
background-color: #63460F;
}
</style>
border-color css
<style>
span { border-color: #63460F; }
span { border-color: rgb(99,70,15); }
td.TdClassName
{
border-color: #63460F;
}
.TagClassName
{
border-color: #63460F;
}
</style>