Shades of Raw Umber #624C02
Tints of Raw Umber #624C02
RGB
CMYK
RGB Variations
Color information
#624C02 (or 0x624C02) is known color: Raw Umber. HEX triplet: 62, 4C and 02. RGB value is (98,76,2). Sum of RGB (Red+Green+Blue) = 98+76+2=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #624C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624C02 is #9DB3FD. Grayscale: #4A4A4A. Windows color (decimal): -10335230 or 150626. OLE color: 150626.
HSL color Cylindrical-coordinate representation of color #624C02: hue angle of 46.25º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #624C02 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 2 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.62 |
| HSL | 46.25º | 0.96% | 0.2% | - |
| HSV(B) | 46.25º | 0.98% | 0.38% | - |
| XYZ | 7.63 | 7.77 | 1.15 | - |
| YUV | 74.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 2 | 0 | 0.22 | 0.98 | 0.62 | 46.25 | 0.96 | 0.2 |
| Hex | 62 | 4C | 2 | 0 | 16 | 62 | 3E | 2E | 60 | 14 |
| Octal | 142 | 114 | 2 | 0 | 26 | 142 | 76 | 56 | 140 | 24 |
| Binary | 1100010 | 1001100 | 10 | 0 | 10110 | 1100010 | 111110 | 101110 | 1100000 | 10100 |
Color Harmonies of #624C02
Complementary color
Monochromatic Colors of #624C02
Black with #624C02
Text Example
Text Example
White with #624C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C02; }
p { color: rgb(98,76,2); }
H1.HeaderClassName
{
color: #624C02;
}
.AnyTagClassName
{
color: #624C02;
}
</style>
background-color css
<style>
a { background-color: #624C02; }
a { background-color: rgb(98,76,2); }
div.DivClassName
{
background-color: #624C02;
}
.BgClassName
{
background-color: #624C02;
}
</style>
border-color css
<style>
span { border-color: #624C02; }
span { border-color: rgb(98,76,2); }
td.TdClassName
{
border-color: #624C02;
}
.TagClassName
{
border-color: #624C02;
}
</style>