Shades of Raw Umber #625200
Tints of Raw Umber #625200
RGB
CMYK
RGB Variations
Color information
#625200 (or 0x625200) is known color: Raw Umber. HEX triplet: 62, 52 and 00. RGB value is (98,82,0). Sum of RGB (Red+Green+Blue) = 98+82+0=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #625200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625200 is #9DADFF. Grayscale: #4D4D4D. Windows color (decimal): -10333696 or 21090. OLE color: 21090.
HSL color Cylindrical-coordinate representation of color #625200: hue angle of 50.2º 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 #625200 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 82 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.62 |
| HSL | 50.2º | 1% | 0.19% | - |
| HSV(B) | 50.2º | 1% | 0.38% | - |
| XYZ | 8.05 | 8.63 | 1.24 | - |
| YUV | 77.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 0 | 0 | 0.16 | 1 | 0.62 | 50.2 | 1 | 0.19 |
| Hex | 62 | 52 | 0 | 0 | 10 | 64 | 3E | 32 | 64 | 13 |
| Octal | 142 | 122 | 0 | 0 | 20 | 144 | 76 | 62 | 144 | 23 |
| Binary | 1100010 | 1010010 | 0 | 0 | 10000 | 1100100 | 111110 | 110010 | 1100100 | 10011 |
Color Harmonies of #625200
Complementary color
Monochromatic Colors of #625200
Black with #625200
Text Example
Text Example
White with #625200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625200; }
p { color: rgb(98,82,0); }
H1.HeaderClassName
{
color: #625200;
}
.AnyTagClassName
{
color: #625200;
}
</style>
background-color css
<style>
a { background-color: #625200; }
a { background-color: rgb(98,82,0); }
div.DivClassName
{
background-color: #625200;
}
.BgClassName
{
background-color: #625200;
}
</style>
border-color css
<style>
span { border-color: #625200; }
span { border-color: rgb(98,82,0); }
td.TdClassName
{
border-color: #625200;
}
.TagClassName
{
border-color: #625200;
}
</style>