Shades of Raw Umber #625103
Tints of Raw Umber #625103
RGB
CMYK
RGB Variations
Color information
#625103 (or 0x625103) is known color: Raw Umber. HEX triplet: 62, 51 and 03. RGB value is (98,81,3). Sum of RGB (Red+Green+Blue) = 98+81+3=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #625103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625103 is #9DAEFC. Grayscale: #4D4D4D. Windows color (decimal): -10333949 or 217442. OLE color: 217442.
HSL color Cylindrical-coordinate representation of color #625103: hue angle of 49.26º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #625103 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 3 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.62 |
| HSL | 49.26º | 0.94% | 0.2% | - |
| HSV(B) | 49.26º | 0.97% | 0.38% | - |
| XYZ | 8 | 8.49 | 1.3 | - |
| YUV | 77.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 3 | 0 | 0.17 | 0.97 | 0.62 | 49.26 | 0.94 | 0.2 |
| Hex | 62 | 51 | 3 | 0 | 11 | 61 | 3E | 31 | 5E | 14 |
| Octal | 142 | 121 | 3 | 0 | 21 | 141 | 76 | 61 | 136 | 24 |
| Binary | 1100010 | 1010001 | 11 | 0 | 10001 | 1100001 | 111110 | 110001 | 1011110 | 10100 |
Color Harmonies of #625103
Complementary color
Monochromatic Colors of #625103
Black with #625103
Text Example
Text Example
White with #625103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625103; }
p { color: rgb(98,81,3); }
H1.HeaderClassName
{
color: #625103;
}
.AnyTagClassName
{
color: #625103;
}
</style>
background-color css
<style>
a { background-color: #625103; }
a { background-color: rgb(98,81,3); }
div.DivClassName
{
background-color: #625103;
}
.BgClassName
{
background-color: #625103;
}
</style>
border-color css
<style>
span { border-color: #625103; }
span { border-color: rgb(98,81,3); }
td.TdClassName
{
border-color: #625103;
}
.TagClassName
{
border-color: #625103;
}
</style>