Shades of Raw Umber #624000
Tints of Raw Umber #624000
RGB
CMYK
RGB Variations
Color information
#624000 (or 0x624000) is known color: Raw Umber. HEX triplet: 62, 40 and 00. RGB value is (98,64,0). Sum of RGB (Red+Green+Blue) = 98+64+0=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #624000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624000 is #9DBFFF. Grayscale: #434343. Windows color (decimal): -10338304 or 16482. OLE color: 16482.
HSL color Cylindrical-coordinate representation of color #624000: hue angle of 39.18º 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 #624000 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 64 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.62 |
| HSL | 39.18º | 1% | 0.19% | - |
| HSV(B) | 39.18º | 1% | 0.38% | - |
| XYZ | 6.87 | 6.26 | 0.85 | - |
| YUV | 66.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 0 | 0 | 0.35 | 1 | 0.62 | 39.18 | 1 | 0.19 |
| Hex | 62 | 40 | 0 | 0 | 23 | 64 | 3E | 27 | 64 | 13 |
| Octal | 142 | 100 | 0 | 0 | 43 | 144 | 76 | 47 | 144 | 23 |
| Binary | 1100010 | 1000000 | 0 | 0 | 100011 | 1100100 | 111110 | 100111 | 1100100 | 10011 |
Color Harmonies of #624000
Complementary color
Monochromatic Colors of #624000
Black with #624000
Text Example
Text Example
White with #624000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624000; }
p { color: rgb(98,64,0); }
H1.HeaderClassName
{
color: #624000;
}
.AnyTagClassName
{
color: #624000;
}
</style>
background-color css
<style>
a { background-color: #624000; }
a { background-color: rgb(98,64,0); }
div.DivClassName
{
background-color: #624000;
}
.BgClassName
{
background-color: #624000;
}
</style>
border-color css
<style>
span { border-color: #624000; }
span { border-color: rgb(98,64,0); }
td.TdClassName
{
border-color: #624000;
}
.TagClassName
{
border-color: #624000;
}
</style>