Shades of Raw Umber #625201
Tints of Raw Umber #625201
RGB
CMYK
RGB Variations
Color information
#625201 (or 0x625201) is known color: Raw Umber. HEX triplet: 62, 52 and 01. RGB value is (98,82,1). Sum of RGB (Red+Green+Blue) = 98+82+1=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #625201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625201 is #9DADFE. Grayscale: #4D4D4D. Windows color (decimal): -10333695 or 86626. OLE color: 86626.
HSL color Cylindrical-coordinate representation of color #625201: hue angle of 50.1º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #625201 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 82 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.62 |
| HSL | 50.1º | 0.98% | 0.19% | - |
| HSV(B) | 50.1º | 0.99% | 0.38% | - |
| XYZ | 8.06 | 8.63 | 1.27 | - |
| YUV | 77.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 1 | 0 | 0.16 | 0.99 | 0.62 | 50.1 | 0.98 | 0.19 |
| Hex | 62 | 52 | 1 | 0 | 10 | 63 | 3E | 32 | 62 | 13 |
| Octal | 142 | 122 | 1 | 0 | 20 | 143 | 76 | 62 | 142 | 23 |
| Binary | 1100010 | 1010010 | 1 | 0 | 10000 | 1100011 | 111110 | 110010 | 1100010 | 10011 |
Color Harmonies of #625201
Complementary color
Monochromatic Colors of #625201
Black with #625201
Text Example
Text Example
White with #625201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625201; }
p { color: rgb(98,82,1); }
H1.HeaderClassName
{
color: #625201;
}
.AnyTagClassName
{
color: #625201;
}
</style>
background-color css
<style>
a { background-color: #625201; }
a { background-color: rgb(98,82,1); }
div.DivClassName
{
background-color: #625201;
}
.BgClassName
{
background-color: #625201;
}
</style>
border-color css
<style>
span { border-color: #625201; }
span { border-color: rgb(98,82,1); }
td.TdClassName
{
border-color: #625201;
}
.TagClassName
{
border-color: #625201;
}
</style>