Shades of Raw Umber #624B01
Tints of Raw Umber #624B01
RGB
CMYK
RGB Variations
Color information
#624B01 (or 0x624B01) is known color: Raw Umber. HEX triplet: 62, 4B and 01. RGB value is (98,75,1). Sum of RGB (Red+Green+Blue) = 98+75+1=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #624B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624B01 is #9DB4FE. Grayscale: #494949. Windows color (decimal): -10335487 or 84834. OLE color: 84834.
HSL color Cylindrical-coordinate representation of color #624B01: hue angle of 45.77º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #624B01 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.62 |
| HSL | 45.77º | 0.98% | 0.19% | - |
| HSV(B) | 45.77º | 0.99% | 0.38% | - |
| XYZ | 7.56 | 7.63 | 1.1 | - |
| YUV | 73.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 1 | 0 | 0.23 | 0.99 | 0.62 | 45.77 | 0.98 | 0.19 |
| Hex | 62 | 4B | 1 | 0 | 17 | 63 | 3E | 2E | 62 | 13 |
| Octal | 142 | 113 | 1 | 0 | 27 | 143 | 76 | 56 | 142 | 23 |
| Binary | 1100010 | 1001011 | 1 | 0 | 10111 | 1100011 | 111110 | 101110 | 1100010 | 10011 |
Color Harmonies of #624B01
Complementary color
Monochromatic Colors of #624B01
Black with #624B01
Text Example
Text Example
White with #624B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B01; }
p { color: rgb(98,75,1); }
H1.HeaderClassName
{
color: #624B01;
}
.AnyTagClassName
{
color: #624B01;
}
</style>
background-color css
<style>
a { background-color: #624B01; }
a { background-color: rgb(98,75,1); }
div.DivClassName
{
background-color: #624B01;
}
.BgClassName
{
background-color: #624B01;
}
</style>
border-color css
<style>
span { border-color: #624B01; }
span { border-color: rgb(98,75,1); }
td.TdClassName
{
border-color: #624B01;
}
.TagClassName
{
border-color: #624B01;
}
</style>