Shades of Raw Umber #624002
Tints of Raw Umber #624002
RGB
CMYK
RGB Variations
Color information
#624002 (or 0x624002) is known color: Raw Umber. HEX triplet: 62, 40 and 02. RGB value is (98,64,2). Sum of RGB (Red+Green+Blue) = 98+64+2=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #624002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624002 is #9DBFFD. Grayscale: #434343. Windows color (decimal): -10338302 or 147554. OLE color: 147554.
HSL color Cylindrical-coordinate representation of color #624002: hue angle of 38.75º 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 #624002 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 64 | 2 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.62 |
| HSL | 38.75º | 0.96% | 0.2% | - |
| HSV(B) | 38.75º | 0.98% | 0.38% | - |
| XYZ | 6.88 | 6.27 | 0.9 | - |
| YUV | 67.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 2 | 0 | 0.35 | 0.98 | 0.62 | 38.75 | 0.96 | 0.2 |
| Hex | 62 | 40 | 2 | 0 | 23 | 62 | 3E | 27 | 60 | 14 |
| Octal | 142 | 100 | 2 | 0 | 43 | 142 | 76 | 47 | 140 | 24 |
| Binary | 1100010 | 1000000 | 10 | 0 | 100011 | 1100010 | 111110 | 100111 | 1100000 | 10100 |
Color Harmonies of #624002
Complementary color
Monochromatic Colors of #624002
Black with #624002
Text Example
Text Example
White with #624002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624002; }
p { color: rgb(98,64,2); }
H1.HeaderClassName
{
color: #624002;
}
.AnyTagClassName
{
color: #624002;
}
</style>
background-color css
<style>
a { background-color: #624002; }
a { background-color: rgb(98,64,2); }
div.DivClassName
{
background-color: #624002;
}
.BgClassName
{
background-color: #624002;
}
</style>
border-color css
<style>
span { border-color: #624002; }
span { border-color: rgb(98,64,2); }
td.TdClassName
{
border-color: #624002;
}
.TagClassName
{
border-color: #624002;
}
</style>