Shades of Raw Umber #624200
Tints of Raw Umber #624200
RGB
CMYK
RGB Variations
Color information
#624200 (or 0x624200) is known color: Raw Umber. HEX triplet: 62, 42 and 00. RGB value is (98,66,0). Sum of RGB (Red+Green+Blue) = 98+66+0=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #624200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624200 is #9DBDFF. Grayscale: #444444. Windows color (decimal): -10337792 or 16994. OLE color: 16994.
HSL color Cylindrical-coordinate representation of color #624200: hue angle of 40.41º 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 #624200 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.62 |
| HSL | 40.41º | 1% | 0.19% | - |
| HSV(B) | 40.41º | 1% | 0.38% | - |
| XYZ | 6.99 | 6.49 | 0.89 | - |
| YUV | 68.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 0 | 0 | 0.33 | 1 | 0.62 | 40.41 | 1 | 0.19 |
| Hex | 62 | 42 | 0 | 0 | 21 | 64 | 3E | 28 | 64 | 13 |
| Octal | 142 | 102 | 0 | 0 | 41 | 144 | 76 | 50 | 144 | 23 |
| Binary | 1100010 | 1000010 | 0 | 0 | 100001 | 1100100 | 111110 | 101000 | 1100100 | 10011 |
Color Harmonies of #624200
Complementary color
Monochromatic Colors of #624200
Black with #624200
Text Example
Text Example
White with #624200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624200; }
p { color: rgb(98,66,0); }
H1.HeaderClassName
{
color: #624200;
}
.AnyTagClassName
{
color: #624200;
}
</style>
background-color css
<style>
a { background-color: #624200; }
a { background-color: rgb(98,66,0); }
div.DivClassName
{
background-color: #624200;
}
.BgClassName
{
background-color: #624200;
}
</style>
border-color css
<style>
span { border-color: #624200; }
span { border-color: rgb(98,66,0); }
td.TdClassName
{
border-color: #624200;
}
.TagClassName
{
border-color: #624200;
}
</style>