Shades of Raw Umber #614902
Tints of Raw Umber #614902
RGB
CMYK
RGB Variations
Color information
#614902 (or 0x614902) is known color: Raw Umber. HEX triplet: 61, 49 and 02. RGB value is (97,73,2). Sum of RGB (Red+Green+Blue) = 97+73+2=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #614902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614902 is #9EB6FD. Grayscale: #484848. Windows color (decimal): -10401534 or 149857. OLE color: 149857.
HSL color Cylindrical-coordinate representation of color #614902: hue angle of 44.84º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #614902 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 73 | 2 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.62 |
| HSL | 44.84º | 0.96% | 0.19% | - |
| HSV(B) | 44.84º | 0.98% | 0.38% | - |
| XYZ | 7.32 | 7.31 | 1.08 | - |
| YUV | 72.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 2 | 0 | 0.25 | 0.98 | 0.62 | 44.84 | 0.96 | 0.19 |
| Hex | 61 | 49 | 2 | 0 | 19 | 62 | 3E | 2D | 60 | 13 |
| Octal | 141 | 111 | 2 | 0 | 31 | 142 | 76 | 55 | 140 | 23 |
| Binary | 1100001 | 1001001 | 10 | 0 | 11001 | 1100010 | 111110 | 101101 | 1100000 | 10011 |
Color Harmonies of #614902
Complementary color
Monochromatic Colors of #614902
Black with #614902
Text Example
Text Example
White with #614902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614902; }
p { color: rgb(97,73,2); }
H1.HeaderClassName
{
color: #614902;
}
.AnyTagClassName
{
color: #614902;
}
</style>
background-color css
<style>
a { background-color: #614902; }
a { background-color: rgb(97,73,2); }
div.DivClassName
{
background-color: #614902;
}
.BgClassName
{
background-color: #614902;
}
</style>
border-color css
<style>
span { border-color: #614902; }
span { border-color: rgb(97,73,2); }
td.TdClassName
{
border-color: #614902;
}
.TagClassName
{
border-color: #614902;
}
</style>