Shades of Raw Umber #614E09
Tints of Raw Umber #614E09
RGB
CMYK
RGB Variations
Color information
#614E09 (or 0x614E09) is known color: Raw Umber. HEX triplet: 61, 4E and 09. RGB value is (97,78,9). Sum of RGB (Red+Green+Blue) = 97+78+9=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #614E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E09 is #9EB1F6. Grayscale: #4C4C4C. Windows color (decimal): -10400247 or 609889. OLE color: 609889.
HSL color Cylindrical-coordinate representation of color #614E09: hue angle of 47.05º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #614E09 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 9 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.62 |
| HSL | 47.05º | 0.83% | 0.21% | - |
| HSV(B) | 47.05º | 0.91% | 0.38% | - |
| XYZ | 7.7 | 8.01 | 1.4 | - |
| YUV | 75.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 9 | 0 | 0.20 | 0.91 | 0.62 | 47.05 | 0.83 | 0.21 |
| Hex | 61 | 4E | 9 | 0 | 14 | 5B | 3E | 2F | 53 | 15 |
| Octal | 141 | 116 | 11 | 0 | 24 | 133 | 76 | 57 | 123 | 25 |
| Binary | 1100001 | 1001110 | 1001 | 0 | 10100 | 1011011 | 111110 | 101111 | 1010011 | 10101 |
Color Harmonies of #614E09
Complementary color
Monochromatic Colors of #614E09
Black with #614E09
Text Example
Text Example
White with #614E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E09; }
p { color: rgb(97,78,9); }
H1.HeaderClassName
{
color: #614E09;
}
.AnyTagClassName
{
color: #614E09;
}
</style>
background-color css
<style>
a { background-color: #614E09; }
a { background-color: rgb(97,78,9); }
div.DivClassName
{
background-color: #614E09;
}
.BgClassName
{
background-color: #614E09;
}
</style>
border-color css
<style>
span { border-color: #614E09; }
span { border-color: rgb(97,78,9); }
td.TdClassName
{
border-color: #614E09;
}
.TagClassName
{
border-color: #614E09;
}
</style>