Shades of Raw Umber #63470F
Tints of Raw Umber #63470F
RGB
CMYK
RGB Variations
Color information
#63470F (or 0x63470F) is known color: Raw Umber. HEX triplet: 63, 47 and 0F. RGB value is (99,71,15). Sum of RGB (Red+Green+Blue) = 99+71+15=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #63470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63470F is #9CB8F0. Grayscale: #494949. Windows color (decimal): -10270961 or 1001315. OLE color: 1001315.
HSL color Cylindrical-coordinate representation of color #63470F: hue angle of 40º 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 #63470F is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 71 | 15 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.61 |
| HSL | 40º | 0.74% | 0.22% | - |
| HSV(B) | 40º | 0.85% | 0.39% | - |
| XYZ | 7.49 | 7.19 | 1.45 | - |
| YUV | 72.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 15 | 0 | 0.28 | 0.85 | 0.61 | 40 | 0.74 | 0.22 |
| Hex | 63 | 47 | F | 0 | 1C | 55 | 3D | 28 | 4A | 16 |
| Octal | 143 | 107 | 17 | 0 | 34 | 125 | 75 | 50 | 112 | 26 |
| Binary | 1100011 | 1000111 | 1111 | 0 | 11100 | 1010101 | 111101 | 101000 | 1001010 | 10110 |
Color Harmonies of #63470F
Complementary color
Monochromatic Colors of #63470F
Black with #63470F
Text Example
Text Example
White with #63470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63470F; }
p { color: rgb(99,71,15); }
H1.HeaderClassName
{
color: #63470F;
}
.AnyTagClassName
{
color: #63470F;
}
</style>
background-color css
<style>
a { background-color: #63470F; }
a { background-color: rgb(99,71,15); }
div.DivClassName
{
background-color: #63470F;
}
.BgClassName
{
background-color: #63470F;
}
</style>
border-color css
<style>
span { border-color: #63470F; }
span { border-color: rgb(99,71,15); }
td.TdClassName
{
border-color: #63470F;
}
.TagClassName
{
border-color: #63470F;
}
</style>