Shades of Raw Umber #614E00
Tints of Raw Umber #614E00
RGB
CMYK
RGB Variations
Color information
#614E00 (or 0x614E00) is known color: Raw Umber. HEX triplet: 61, 4E and 00. RGB value is (97,78,0). Sum of RGB (Red+Green+Blue) = 97+78+0=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #614E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E00 is #9EB1FF. Grayscale: #4B4B4B. Windows color (decimal): -10400256 or 20065. OLE color: 20065.
HSL color Cylindrical-coordinate representation of color #614E00: hue angle of 48.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #614E00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.62 |
| HSL | 48.25º | 1% | 0.19% | - |
| HSV(B) | 48.25º | 1% | 0.38% | - |
| XYZ | 7.65 | 7.99 | 1.14 | - |
| YUV | 74.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 0 | 0 | 0.20 | 1 | 0.62 | 48.25 | 1 | 0.19 |
| Hex | 61 | 4E | 0 | 0 | 14 | 64 | 3E | 30 | 64 | 13 |
| Octal | 141 | 116 | 0 | 0 | 24 | 144 | 76 | 60 | 144 | 23 |
| Binary | 1100001 | 1001110 | 0 | 0 | 10100 | 1100100 | 111110 | 110000 | 1100100 | 10011 |
Color Harmonies of #614E00
Complementary color
Monochromatic Colors of #614E00
Black with #614E00
Text Example
Text Example
White with #614E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E00; }
p { color: rgb(97,78,0); }
H1.HeaderClassName
{
color: #614E00;
}
.AnyTagClassName
{
color: #614E00;
}
</style>
background-color css
<style>
a { background-color: #614E00; }
a { background-color: rgb(97,78,0); }
div.DivClassName
{
background-color: #614E00;
}
.BgClassName
{
background-color: #614E00;
}
</style>
border-color css
<style>
span { border-color: #614E00; }
span { border-color: rgb(97,78,0); }
td.TdClassName
{
border-color: #614E00;
}
.TagClassName
{
border-color: #614E00;
}
</style>