Shades of Raw Umber #614901
Tints of Raw Umber #614901
RGB
CMYK
RGB Variations
Color information
#614901 (or 0x614901) is known color: Raw Umber. HEX triplet: 61, 49 and 01. RGB value is (97,73,1). Sum of RGB (Red+Green+Blue) = 97+73+1=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #614901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614901 is #9EB6FE. Grayscale: #484848. Windows color (decimal): -10401535 or 84321. OLE color: 84321.
HSL color Cylindrical-coordinate representation of color #614901: hue angle of 45º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #614901 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 73 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.62 |
| HSL | 45º | 0.98% | 0.19% | - |
| HSV(B) | 45º | 0.99% | 0.38% | - |
| XYZ | 7.32 | 7.31 | 1.05 | - |
| YUV | 71.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 1 | 0 | 0.25 | 0.99 | 0.62 | 45 | 0.98 | 0.19 |
| Hex | 61 | 49 | 1 | 0 | 19 | 63 | 3E | 2D | 62 | 13 |
| Octal | 141 | 111 | 1 | 0 | 31 | 143 | 76 | 55 | 142 | 23 |
| Binary | 1100001 | 1001001 | 1 | 0 | 11001 | 1100011 | 111110 | 101101 | 1100010 | 10011 |
Color Harmonies of #614901
Complementary color
Monochromatic Colors of #614901
Black with #614901
Text Example
Text Example
White with #614901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614901; }
p { color: rgb(97,73,1); }
H1.HeaderClassName
{
color: #614901;
}
.AnyTagClassName
{
color: #614901;
}
</style>
background-color css
<style>
a { background-color: #614901; }
a { background-color: rgb(97,73,1); }
div.DivClassName
{
background-color: #614901;
}
.BgClassName
{
background-color: #614901;
}
</style>
border-color css
<style>
span { border-color: #614901; }
span { border-color: rgb(97,73,1); }
td.TdClassName
{
border-color: #614901;
}
.TagClassName
{
border-color: #614901;
}
</style>