Shades of Raw Umber #624A00
Tints of Raw Umber #624A00
RGB
CMYK
RGB Variations
Color information
#624A00 (or 0x624A00) is known color: Raw Umber. HEX triplet: 62, 4A and 00. RGB value is (98,74,0). Sum of RGB (Red+Green+Blue) = 98+74+0=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #624A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624A00 is #9DB5FF. Grayscale: #494949. Windows color (decimal): -10335744 or 19042. OLE color: 19042.
HSL color Cylindrical-coordinate representation of color #624A00: hue angle of 45.31º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #624A00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.62 |
| HSL | 45.31º | 1% | 0.19% | - |
| HSV(B) | 45.31º | 1% | 0.38% | - |
| XYZ | 7.49 | 7.49 | 1.05 | - |
| YUV | 72.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 0 | 0 | 0.24 | 1 | 0.62 | 45.31 | 1 | 0.19 |
| Hex | 62 | 4A | 0 | 0 | 18 | 64 | 3E | 2D | 64 | 13 |
| Octal | 142 | 112 | 0 | 0 | 30 | 144 | 76 | 55 | 144 | 23 |
| Binary | 1100010 | 1001010 | 0 | 0 | 11000 | 1100100 | 111110 | 101101 | 1100100 | 10011 |
Color Harmonies of #624A00
Complementary color
Monochromatic Colors of #624A00
Black with #624A00
Text Example
Text Example
White with #624A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A00; }
p { color: rgb(98,74,0); }
H1.HeaderClassName
{
color: #624A00;
}
.AnyTagClassName
{
color: #624A00;
}
</style>
background-color css
<style>
a { background-color: #624A00; }
a { background-color: rgb(98,74,0); }
div.DivClassName
{
background-color: #624A00;
}
.BgClassName
{
background-color: #624A00;
}
</style>
border-color css
<style>
span { border-color: #624A00; }
span { border-color: rgb(98,74,0); }
td.TdClassName
{
border-color: #624A00;
}
.TagClassName
{
border-color: #624A00;
}
</style>