Shades of Raw Umber #624402
Tints of Raw Umber #624402
RGB
CMYK
RGB Variations
Color information
#624402 (or 0x624402) is known color: Raw Umber. HEX triplet: 62, 44 and 02. RGB value is (98,68,2). Sum of RGB (Red+Green+Blue) = 98+68+2=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #624402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624402 is #9DBBFD. Grayscale: #454545. Windows color (decimal): -10337278 or 148578. OLE color: 148578.
HSL color Cylindrical-coordinate representation of color #624402: hue angle of 41.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 #624402 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 68 | 2 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.62 |
| HSL | 41.25º | 0.96% | 0.2% | - |
| HSV(B) | 41.25º | 0.98% | 0.38% | - |
| XYZ | 7.12 | 6.74 | 0.98 | - |
| YUV | 69.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 68 | 2 | 0 | 0.31 | 0.98 | 0.62 | 41.25 | 0.96 | 0.2 |
| Hex | 62 | 44 | 2 | 0 | 1F | 62 | 3E | 29 | 60 | 14 |
| Octal | 142 | 104 | 2 | 0 | 37 | 142 | 76 | 51 | 140 | 24 |
| Binary | 1100010 | 1000100 | 10 | 0 | 11111 | 1100010 | 111110 | 101001 | 1100000 | 10100 |
Color Harmonies of #624402
Complementary color
Monochromatic Colors of #624402
Black with #624402
Text Example
Text Example
White with #624402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624402; }
p { color: rgb(98,68,2); }
H1.HeaderClassName
{
color: #624402;
}
.AnyTagClassName
{
color: #624402;
}
</style>
background-color css
<style>
a { background-color: #624402; }
a { background-color: rgb(98,68,2); }
div.DivClassName
{
background-color: #624402;
}
.BgClassName
{
background-color: #624402;
}
</style>
border-color css
<style>
span { border-color: #624402; }
span { border-color: rgb(98,68,2); }
td.TdClassName
{
border-color: #624402;
}
.TagClassName
{
border-color: #624402;
}
</style>