Shades of Raw Umber #624F00
Tints of Raw Umber #624F00
RGB
CMYK
RGB Variations
Color information
#624F00 (or 0x624F00) is known color: Raw Umber. HEX triplet: 62, 4F and 00. RGB value is (98,79,0). Sum of RGB (Red+Green+Blue) = 98+79+0=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #624F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624F00 is #9DB0FF. Grayscale: #4C4C4C. Windows color (decimal): -10334464 or 20322. OLE color: 20322.
HSL color Cylindrical-coordinate representation of color #624F00: hue angle of 48.37º 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 #624F00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.62 |
| HSL | 48.37º | 1% | 0.19% | - |
| HSV(B) | 48.37º | 1% | 0.38% | - |
| XYZ | 7.83 | 8.19 | 1.17 | - |
| YUV | 75.68 | 85.29 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 0 | 0 | 0.19 | 1 | 0.62 | 48.37 | 1 | 0.19 |
| Hex | 62 | 4F | 0 | 0 | 13 | 64 | 3E | 30 | 64 | 13 |
| Octal | 142 | 117 | 0 | 0 | 23 | 144 | 76 | 60 | 144 | 23 |
| Binary | 1100010 | 1001111 | 0 | 0 | 10011 | 1100100 | 111110 | 110000 | 1100100 | 10011 |
Color Harmonies of #624F00
Complementary color
Monochromatic Colors of #624F00
Black with #624F00
Text Example
Text Example
White with #624F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F00; }
p { color: rgb(98,79,0); }
H1.HeaderClassName
{
color: #624F00;
}
.AnyTagClassName
{
color: #624F00;
}
</style>
background-color css
<style>
a { background-color: #624F00; }
a { background-color: rgb(98,79,0); }
div.DivClassName
{
background-color: #624F00;
}
.BgClassName
{
background-color: #624F00;
}
</style>
border-color css
<style>
span { border-color: #624F00; }
span { border-color: rgb(98,79,0); }
td.TdClassName
{
border-color: #624F00;
}
.TagClassName
{
border-color: #624F00;
}
</style>