Shades of Raw Umber #625600
Tints of Raw Umber #625600
RGB
CMYK
RGB Variations
Color information
#625600 (or 0x625600) is known color: Raw Umber. HEX triplet: 62, 56 and 00. RGB value is (98,86,0). Sum of RGB (Red+Green+Blue) = 98+86+0=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #625600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625600 is #9DA9FF. Grayscale: #505050. Windows color (decimal): -10332672 or 22114. OLE color: 22114.
HSL color Cylindrical-coordinate representation of color #625600: hue angle of 52.65º 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 #625600 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 86 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.62 |
| HSL | 52.65º | 1% | 0.19% | - |
| HSV(B) | 52.65º | 1% | 0.38% | - |
| XYZ | 8.36 | 9.25 | 1.34 | - |
| YUV | 79.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 0 | 0 | 0.12 | 1 | 0.62 | 52.65 | 1 | 0.19 |
| Hex | 62 | 56 | 0 | 0 | C | 64 | 3E | 35 | 64 | 13 |
| Octal | 142 | 126 | 0 | 0 | 14 | 144 | 76 | 65 | 144 | 23 |
| Binary | 1100010 | 1010110 | 0 | 0 | 1100 | 1100100 | 111110 | 110101 | 1100100 | 10011 |
Color Harmonies of #625600
Complementary color
Monochromatic Colors of #625600
Black with #625600
Text Example
Text Example
White with #625600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625600; }
p { color: rgb(98,86,0); }
H1.HeaderClassName
{
color: #625600;
}
.AnyTagClassName
{
color: #625600;
}
</style>
background-color css
<style>
a { background-color: #625600; }
a { background-color: rgb(98,86,0); }
div.DivClassName
{
background-color: #625600;
}
.BgClassName
{
background-color: #625600;
}
</style>
border-color css
<style>
span { border-color: #625600; }
span { border-color: rgb(98,86,0); }
td.TdClassName
{
border-color: #625600;
}
.TagClassName
{
border-color: #625600;
}
</style>