Shades of Raw Umber #63430E
Tints of Raw Umber #63430E
RGB
CMYK
RGB Variations
Color information
#63430E (or 0x63430E) is known color: Raw Umber. HEX triplet: 63, 43 and 0E. RGB value is (99,67,14). Sum of RGB (Red+Green+Blue) = 99+67+14=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63430E is #9CBCF1. Grayscale: #464646. Windows color (decimal): -10271986 or 934755. OLE color: 934755.
HSL color Cylindrical-coordinate representation of color #63430E: hue angle of 37.41º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63430E is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 67 | 14 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.61 |
| HSL | 37.41º | 0.75% | 0.22% | - |
| HSV(B) | 37.41º | 0.86% | 0.39% | - |
| XYZ | 7.23 | 6.7 | 1.33 | - |
| YUV | 70.53 | 96.1 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 14 | 0 | 0.32 | 0.86 | 0.61 | 37.41 | 0.75 | 0.22 |
| Hex | 63 | 43 | E | 0 | 20 | 56 | 3D | 25 | 4B | 16 |
| Octal | 143 | 103 | 16 | 0 | 40 | 126 | 75 | 45 | 113 | 26 |
| Binary | 1100011 | 1000011 | 1110 | 0 | 100000 | 1010110 | 111101 | 100101 | 1001011 | 10110 |
Color Harmonies of #63430E
Complementary color
Monochromatic Colors of #63430E
Black with #63430E
Text Example
Text Example
White with #63430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63430E; }
p { color: rgb(99,67,14); }
H1.HeaderClassName
{
color: #63430E;
}
.AnyTagClassName
{
color: #63430E;
}
</style>
background-color css
<style>
a { background-color: #63430E; }
a { background-color: rgb(99,67,14); }
div.DivClassName
{
background-color: #63430E;
}
.BgClassName
{
background-color: #63430E;
}
</style>
border-color css
<style>
span { border-color: #63430E; }
span { border-color: rgb(99,67,14); }
td.TdClassName
{
border-color: #63430E;
}
.TagClassName
{
border-color: #63430E;
}
</style>