Shades of Raw Umber #625700
Tints of Raw Umber #625700
RGB
CMYK
RGB Variations
Color information
#625700 (or 0x625700) is known color: Raw Umber. HEX triplet: 62, 57 and 00. RGB value is (98,87,0). Sum of RGB (Red+Green+Blue) = 98+87+0=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #625700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625700 is #9DA8FF. Grayscale: #505050. Windows color (decimal): -10332416 or 22370. OLE color: 22370.
HSL color Cylindrical-coordinate representation of color #625700: hue angle of 53.27º 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 #625700 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 87 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.62 |
| HSL | 53.27º | 1% | 0.19% | - |
| HSV(B) | 53.27º | 1% | 0.38% | - |
| XYZ | 8.45 | 9.41 | 1.37 | - |
| YUV | 80.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 0 | 0 | 0.11 | 1 | 0.62 | 53.27 | 1 | 0.19 |
| Hex | 62 | 57 | 0 | 0 | B | 64 | 3E | 35 | 64 | 13 |
| Octal | 142 | 127 | 0 | 0 | 13 | 144 | 76 | 65 | 144 | 23 |
| Binary | 1100010 | 1010111 | 0 | 0 | 1011 | 1100100 | 111110 | 110101 | 1100100 | 10011 |
Color Harmonies of #625700
Complementary color
Monochromatic Colors of #625700
Black with #625700
Text Example
Text Example
White with #625700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625700; }
p { color: rgb(98,87,0); }
H1.HeaderClassName
{
color: #625700;
}
.AnyTagClassName
{
color: #625700;
}
</style>
background-color css
<style>
a { background-color: #625700; }
a { background-color: rgb(98,87,0); }
div.DivClassName
{
background-color: #625700;
}
.BgClassName
{
background-color: #625700;
}
</style>
border-color css
<style>
span { border-color: #625700; }
span { border-color: rgb(98,87,0); }
td.TdClassName
{
border-color: #625700;
}
.TagClassName
{
border-color: #625700;
}
</style>