Shades of Raw Umber #624B00
Tints of Raw Umber #624B00
RGB
CMYK
RGB Variations
Color information
#624B00 (or 0x624B00) is known color: Raw Umber. HEX triplet: 62, 4B and 00. RGB value is (98,75,0). Sum of RGB (Red+Green+Blue) = 98+75+0=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #624B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624B00 is #9DB4FF. Grayscale: #494949. Windows color (decimal): -10335488 or 19298. OLE color: 19298.
HSL color Cylindrical-coordinate representation of color #624B00: hue angle of 45.92º 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 #624B00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.62 |
| HSL | 45.92º | 1% | 0.19% | - |
| HSV(B) | 45.92º | 1% | 0.38% | - |
| XYZ | 7.55 | 7.63 | 1.07 | - |
| YUV | 73.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 0 | 0 | 0.23 | 1 | 0.62 | 45.92 | 1 | 0.19 |
| Hex | 62 | 4B | 0 | 0 | 17 | 64 | 3E | 2E | 64 | 13 |
| Octal | 142 | 113 | 0 | 0 | 27 | 144 | 76 | 56 | 144 | 23 |
| Binary | 1100010 | 1001011 | 0 | 0 | 10111 | 1100100 | 111110 | 101110 | 1100100 | 10011 |
Color Harmonies of #624B00
Complementary color
Monochromatic Colors of #624B00
Black with #624B00
Text Example
Text Example
White with #624B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B00; }
p { color: rgb(98,75,0); }
H1.HeaderClassName
{
color: #624B00;
}
.AnyTagClassName
{
color: #624B00;
}
</style>
background-color css
<style>
a { background-color: #624B00; }
a { background-color: rgb(98,75,0); }
div.DivClassName
{
background-color: #624B00;
}
.BgClassName
{
background-color: #624B00;
}
</style>
border-color css
<style>
span { border-color: #624B00; }
span { border-color: rgb(98,75,0); }
td.TdClassName
{
border-color: #624B00;
}
.TagClassName
{
border-color: #624B00;
}
</style>