Shades of Raw Umber #624A06
Tints of Raw Umber #624A06
RGB
CMYK
RGB Variations
Color information
#624A06 (or 0x624A06) is known color: Raw Umber. HEX triplet: 62, 4A and 06. RGB value is (98,74,6). Sum of RGB (Red+Green+Blue) = 98+74+6=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #624A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624A06 is #9DB5F9. Grayscale: #494949. Windows color (decimal): -10335738 or 412258. OLE color: 412258.
HSL color Cylindrical-coordinate representation of color #624A06: hue angle of 44.35º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #624A06 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 6 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.62 |
| HSL | 44.35º | 0.88% | 0.2% | - |
| HSV(B) | 44.35º | 0.94% | 0.38% | - |
| XYZ | 7.52 | 7.51 | 1.23 | - |
| YUV | 73.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 6 | 0 | 0.24 | 0.94 | 0.62 | 44.35 | 0.88 | 0.2 |
| Hex | 62 | 4A | 6 | 0 | 18 | 5E | 3E | 2C | 58 | 14 |
| Octal | 142 | 112 | 6 | 0 | 30 | 136 | 76 | 54 | 130 | 24 |
| Binary | 1100010 | 1001010 | 110 | 0 | 11000 | 1011110 | 111110 | 101100 | 1011000 | 10100 |
Color Harmonies of #624A06
Complementary color
Monochromatic Colors of #624A06
Black with #624A06
Text Example
Text Example
White with #624A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A06; }
p { color: rgb(98,74,6); }
H1.HeaderClassName
{
color: #624A06;
}
.AnyTagClassName
{
color: #624A06;
}
</style>
background-color css
<style>
a { background-color: #624A06; }
a { background-color: rgb(98,74,6); }
div.DivClassName
{
background-color: #624A06;
}
.BgClassName
{
background-color: #624A06;
}
</style>
border-color css
<style>
span { border-color: #624A06; }
span { border-color: rgb(98,74,6); }
td.TdClassName
{
border-color: #624A06;
}
.TagClassName
{
border-color: #624A06;
}
</style>