Shades of Raw Umber #614E01
Tints of Raw Umber #614E01
RGB
CMYK
RGB Variations
Color information
#614E01 (or 0x614E01) is known color: Raw Umber. HEX triplet: 61, 4E and 01. RGB value is (97,78,1). Sum of RGB (Red+Green+Blue) = 97+78+1=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #614E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E01 is #9EB1FE. Grayscale: #4B4B4B. Windows color (decimal): -10400255 or 85601. OLE color: 85601.
HSL color Cylindrical-coordinate representation of color #614E01: hue angle of 48.12º 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 #614E01 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.62 |
| HSL | 48.13º | 0.98% | 0.19% | - |
| HSV(B) | 48.13º | 0.99% | 0.38% | - |
| XYZ | 7.66 | 7.99 | 1.17 | - |
| YUV | 74.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 1 | 0 | 0.20 | 0.99 | 0.62 | 48.13 | 0.98 | 0.19 |
| Hex | 61 | 4E | 1 | 0 | 14 | 63 | 3E | 30 | 62 | 13 |
| Octal | 141 | 116 | 1 | 0 | 24 | 143 | 76 | 60 | 142 | 23 |
| Binary | 1100001 | 1001110 | 1 | 0 | 10100 | 1100011 | 111110 | 110000 | 1100010 | 10011 |
Color Harmonies of #614E01
Complementary color
Monochromatic Colors of #614E01
Black with #614E01
Text Example
Text Example
White with #614E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E01; }
p { color: rgb(97,78,1); }
H1.HeaderClassName
{
color: #614E01;
}
.AnyTagClassName
{
color: #614E01;
}
</style>
background-color css
<style>
a { background-color: #614E01; }
a { background-color: rgb(97,78,1); }
div.DivClassName
{
background-color: #614E01;
}
.BgClassName
{
background-color: #614E01;
}
</style>
border-color css
<style>
span { border-color: #614E01; }
span { border-color: rgb(97,78,1); }
td.TdClassName
{
border-color: #614E01;
}
.TagClassName
{
border-color: #614E01;
}
</style>