Shades of Raw Umber #625202
Tints of Raw Umber #625202
RGB
CMYK
RGB Variations
Color information
#625202 (or 0x625202) is known color: Raw Umber. HEX triplet: 62, 52 and 02. RGB value is (98,82,2). Sum of RGB (Red+Green+Blue) = 98+82+2=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #625202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625202 is #9DADFD. Grayscale: #4E4E4E. Windows color (decimal): -10333694 or 152162. OLE color: 152162.
HSL color Cylindrical-coordinate representation of color #625202: hue angle of 50º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #625202 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 82 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.62 |
| HSL | 50º | 0.96% | 0.2% | - |
| HSV(B) | 50º | 0.98% | 0.38% | - |
| XYZ | 8.07 | 8.64 | 1.3 | - |
| YUV | 77.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 2 | 0 | 0.16 | 0.98 | 0.62 | 50 | 0.96 | 0.2 |
| Hex | 62 | 52 | 2 | 0 | 10 | 62 | 3E | 32 | 60 | 14 |
| Octal | 142 | 122 | 2 | 0 | 20 | 142 | 76 | 62 | 140 | 24 |
| Binary | 1100010 | 1010010 | 10 | 0 | 10000 | 1100010 | 111110 | 110010 | 1100000 | 10100 |
Color Harmonies of #625202
Complementary color
Monochromatic Colors of #625202
Black with #625202
Text Example
Text Example
White with #625202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625202; }
p { color: rgb(98,82,2); }
H1.HeaderClassName
{
color: #625202;
}
.AnyTagClassName
{
color: #625202;
}
</style>
background-color css
<style>
a { background-color: #625202; }
a { background-color: rgb(98,82,2); }
div.DivClassName
{
background-color: #625202;
}
.BgClassName
{
background-color: #625202;
}
</style>
border-color css
<style>
span { border-color: #625202; }
span { border-color: rgb(98,82,2); }
td.TdClassName
{
border-color: #625202;
}
.TagClassName
{
border-color: #625202;
}
</style>