Shades of Raw Umber #614E07
Tints of Raw Umber #614E07
RGB
CMYK
RGB Variations
Color information
#614E07 (or 0x614E07) is known color: Raw Umber. HEX triplet: 61, 4E and 07. RGB value is (97,78,7). Sum of RGB (Red+Green+Blue) = 97+78+7=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #614E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E07 is #9EB1F8. Grayscale: #4B4B4B. Windows color (decimal): -10400249 or 478817. OLE color: 478817.
HSL color Cylindrical-coordinate representation of color #614E07: hue angle of 47.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #614E07 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 7 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.62 |
| HSL | 47.33º | 0.87% | 0.2% | - |
| HSV(B) | 47.33º | 0.93% | 0.38% | - |
| XYZ | 7.69 | 8.01 | 1.34 | - |
| YUV | 75.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 7 | 0 | 0.20 | 0.93 | 0.62 | 47.33 | 0.87 | 0.2 |
| Hex | 61 | 4E | 7 | 0 | 14 | 5D | 3E | 2F | 57 | 14 |
| Octal | 141 | 116 | 7 | 0 | 24 | 135 | 76 | 57 | 127 | 24 |
| Binary | 1100001 | 1001110 | 111 | 0 | 10100 | 1011101 | 111110 | 101111 | 1010111 | 10100 |
Color Harmonies of #614E07
Complementary color
Monochromatic Colors of #614E07
Black with #614E07
Text Example
Text Example
White with #614E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E07; }
p { color: rgb(97,78,7); }
H1.HeaderClassName
{
color: #614E07;
}
.AnyTagClassName
{
color: #614E07;
}
</style>
background-color css
<style>
a { background-color: #614E07; }
a { background-color: rgb(97,78,7); }
div.DivClassName
{
background-color: #614E07;
}
.BgClassName
{
background-color: #614E07;
}
</style>
border-color css
<style>
span { border-color: #614E07; }
span { border-color: rgb(97,78,7); }
td.TdClassName
{
border-color: #614E07;
}
.TagClassName
{
border-color: #614E07;
}
</style>