Shades of Raw Umber #63400F
Tints of Raw Umber #63400F
RGB
CMYK
RGB Variations
Color information
#63400F (or 0x63400F) is known color: Raw Umber. HEX triplet: 63, 40 and 0F. RGB value is (99,64,15). Sum of RGB (Red+Green+Blue) = 99+64+15=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63400F is #9CBFF0. Grayscale: #454545. Windows color (decimal): -10272753 or 999523. OLE color: 999523.
HSL color Cylindrical-coordinate representation of color #63400F: hue angle of 35º 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 #63400F is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 64 | 15 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.61 |
| HSL | 35º | 0.74% | 0.22% | - |
| HSV(B) | 35º | 0.85% | 0.39% | - |
| XYZ | 7.07 | 6.35 | 1.31 | - |
| YUV | 68.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 15 | 0 | 0.35 | 0.85 | 0.61 | 35 | 0.74 | 0.22 |
| Hex | 63 | 40 | F | 0 | 23 | 55 | 3D | 23 | 4A | 16 |
| Octal | 143 | 100 | 17 | 0 | 43 | 125 | 75 | 43 | 112 | 26 |
| Binary | 1100011 | 1000000 | 1111 | 0 | 100011 | 1010101 | 111101 | 100011 | 1001010 | 10110 |
Color Harmonies of #63400F
Complementary color
Monochromatic Colors of #63400F
Black with #63400F
Text Example
Text Example
White with #63400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63400F; }
p { color: rgb(99,64,15); }
H1.HeaderClassName
{
color: #63400F;
}
.AnyTagClassName
{
color: #63400F;
}
</style>
background-color css
<style>
a { background-color: #63400F; }
a { background-color: rgb(99,64,15); }
div.DivClassName
{
background-color: #63400F;
}
.BgClassName
{
background-color: #63400F;
}
</style>
border-color css
<style>
span { border-color: #63400F; }
span { border-color: rgb(99,64,15); }
td.TdClassName
{
border-color: #63400F;
}
.TagClassName
{
border-color: #63400F;
}
</style>