Shades of Raw Umber #625203
Tints of Raw Umber #625203
RGB
CMYK
RGB Variations
Color information
#625203 (or 0x625203) is known color: Raw Umber. HEX triplet: 62, 52 and 03. RGB value is (98,82,3). Sum of RGB (Red+Green+Blue) = 98+82+3=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #625203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625203 is #9DADFC. Grayscale: #4E4E4E. Windows color (decimal): -10333693 or 217698. OLE color: 217698.
HSL color Cylindrical-coordinate representation of color #625203: hue angle of 49.89º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #625203 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 82 | 3 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.62 |
| HSL | 49.89º | 0.94% | 0.2% | - |
| HSV(B) | 49.89º | 0.97% | 0.38% | - |
| XYZ | 8.07 | 8.64 | 1.33 | - |
| YUV | 77.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 3 | 0 | 0.16 | 0.97 | 0.62 | 49.89 | 0.94 | 0.2 |
| Hex | 62 | 52 | 3 | 0 | 10 | 61 | 3E | 32 | 5E | 14 |
| Octal | 142 | 122 | 3 | 0 | 20 | 141 | 76 | 62 | 136 | 24 |
| Binary | 1100010 | 1010010 | 11 | 0 | 10000 | 1100001 | 111110 | 110010 | 1011110 | 10100 |
Color Harmonies of #625203
Complementary color
Monochromatic Colors of #625203
Black with #625203
Text Example
Text Example
White with #625203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625203; }
p { color: rgb(98,82,3); }
H1.HeaderClassName
{
color: #625203;
}
.AnyTagClassName
{
color: #625203;
}
</style>
background-color css
<style>
a { background-color: #625203; }
a { background-color: rgb(98,82,3); }
div.DivClassName
{
background-color: #625203;
}
.BgClassName
{
background-color: #625203;
}
</style>
border-color css
<style>
span { border-color: #625203; }
span { border-color: rgb(98,82,3); }
td.TdClassName
{
border-color: #625203;
}
.TagClassName
{
border-color: #625203;
}
</style>