Shades of Raw Umber #625206
Tints of Raw Umber #625206
RGB
CMYK
RGB Variations
Color information
#625206 (or 0x625206) is known color: Raw Umber. HEX triplet: 62, 52 and 06. RGB value is (98,82,6). Sum of RGB (Red+Green+Blue) = 98+82+6=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #625206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625206 is #9DADF9. Grayscale: #4E4E4E. Windows color (decimal): -10333690 or 414306. OLE color: 414306.
HSL color Cylindrical-coordinate representation of color #625206: hue angle of 49.57º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #625206 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 82 | 6 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.62 |
| HSL | 49.57º | 0.88% | 0.2% | - |
| HSV(B) | 49.57º | 0.94% | 0.38% | - |
| XYZ | 8.09 | 8.64 | 1.41 | - |
| YUV | 78.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 6 | 0 | 0.16 | 0.94 | 0.62 | 49.57 | 0.88 | 0.2 |
| Hex | 62 | 52 | 6 | 0 | 10 | 5E | 3E | 32 | 58 | 14 |
| Octal | 142 | 122 | 6 | 0 | 20 | 136 | 76 | 62 | 130 | 24 |
| Binary | 1100010 | 1010010 | 110 | 0 | 10000 | 1011110 | 111110 | 110010 | 1011000 | 10100 |
Color Harmonies of #625206
Complementary color
Monochromatic Colors of #625206
Black with #625206
Text Example
Text Example
White with #625206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625206; }
p { color: rgb(98,82,6); }
H1.HeaderClassName
{
color: #625206;
}
.AnyTagClassName
{
color: #625206;
}
</style>
background-color css
<style>
a { background-color: #625206; }
a { background-color: rgb(98,82,6); }
div.DivClassName
{
background-color: #625206;
}
.BgClassName
{
background-color: #625206;
}
</style>
border-color css
<style>
span { border-color: #625206; }
span { border-color: rgb(98,82,6); }
td.TdClassName
{
border-color: #625206;
}
.TagClassName
{
border-color: #625206;
}
</style>