Shades of Raw Umber #624A13
Tints of Raw Umber #624A13
RGB
CMYK
RGB Variations
Color information
#624A13 (or 0x624A13) is known color: Raw Umber. HEX triplet: 62, 4A and 13. RGB value is (98,74,19). Sum of RGB (Red+Green+Blue) = 98+74+19=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #624A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624A13 is #9DB5EC. Grayscale: #4B4B4B. Windows color (decimal): -10335725 or 1264226. OLE color: 1264226.
HSL color Cylindrical-coordinate representation of color #624A13: hue angle of 41.77º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #624A13 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 19 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.62 |
| HSL | 41.77º | 0.68% | 0.23% | - |
| HSV(B) | 41.77º | 0.81% | 0.38% | - |
| XYZ | 7.6 | 7.54 | 1.67 | - |
| YUV | 74.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 19 | 0 | 0.24 | 0.81 | 0.62 | 41.77 | 0.68 | 0.23 |
| Hex | 62 | 4A | 13 | 0 | 18 | 51 | 3E | 2A | 44 | 17 |
| Octal | 142 | 112 | 23 | 0 | 30 | 121 | 76 | 52 | 104 | 27 |
| Binary | 1100010 | 1001010 | 10011 | 0 | 11000 | 1010001 | 111110 | 101010 | 1000100 | 10111 |
Color Harmonies of #624A13
Complementary color
Monochromatic Colors of #624A13
Black with #624A13
Text Example
Text Example
White with #624A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A13; }
p { color: rgb(98,74,19); }
H1.HeaderClassName
{
color: #624A13;
}
.AnyTagClassName
{
color: #624A13;
}
</style>
background-color css
<style>
a { background-color: #624A13; }
a { background-color: rgb(98,74,19); }
div.DivClassName
{
background-color: #624A13;
}
.BgClassName
{
background-color: #624A13;
}
</style>
border-color css
<style>
span { border-color: #624A13; }
span { border-color: rgb(98,74,19); }
td.TdClassName
{
border-color: #624A13;
}
.TagClassName
{
border-color: #624A13;
}
</style>