Shades of Raw Umber #63440C
Tints of Raw Umber #63440C
RGB
CMYK
RGB Variations
Color information
#63440C (or 0x63440C) is known color: Raw Umber. HEX triplet: 63, 44 and 0C. RGB value is (99,68,12). Sum of RGB (Red+Green+Blue) = 99+68+12=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #63440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63440C is #9CBBF3. Grayscale: #474747. Windows color (decimal): -10271732 or 803939. OLE color: 803939.
HSL color Cylindrical-coordinate representation of color #63440C: hue angle of 38.62º 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 #63440C is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 12 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.61 |
| HSL | 38.62º | 0.78% | 0.22% | - |
| HSV(B) | 38.62º | 0.88% | 0.39% | - |
| XYZ | 7.28 | 6.81 | 1.28 | - |
| YUV | 70.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 12 | 0 | 0.31 | 0.88 | 0.61 | 38.62 | 0.78 | 0.22 |
| Hex | 63 | 44 | C | 0 | 1F | 58 | 3D | 27 | 4E | 16 |
| Octal | 143 | 104 | 14 | 0 | 37 | 130 | 75 | 47 | 116 | 26 |
| Binary | 1100011 | 1000100 | 1100 | 0 | 11111 | 1011000 | 111101 | 100111 | 1001110 | 10110 |
Color Harmonies of #63440C
Complementary color
Monochromatic Colors of #63440C
Black with #63440C
Text Example
Text Example
White with #63440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63440C; }
p { color: rgb(99,68,12); }
H1.HeaderClassName
{
color: #63440C;
}
.AnyTagClassName
{
color: #63440C;
}
</style>
background-color css
<style>
a { background-color: #63440C; }
a { background-color: rgb(99,68,12); }
div.DivClassName
{
background-color: #63440C;
}
.BgClassName
{
background-color: #63440C;
}
</style>
border-color css
<style>
span { border-color: #63440C; }
span { border-color: rgb(99,68,12); }
td.TdClassName
{
border-color: #63440C;
}
.TagClassName
{
border-color: #63440C;
}
</style>