Shades of Raw Umber #614B0E
Tints of Raw Umber #614B0E
RGB
CMYK
RGB Variations
Color information
#614B0E (or 0x614B0E) is known color: Raw Umber. HEX triplet: 61, 4B and 0E. RGB value is (97,75,14). Sum of RGB (Red+Green+Blue) = 97+75+14=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #614B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614B0E is #9EB4F1. Grayscale: #4A4A4A. Windows color (decimal): -10401010 or 936801. OLE color: 936801.
HSL color Cylindrical-coordinate representation of color #614B0E: hue angle of 44.1º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #614B0E is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 14 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.62 |
| HSL | 44.1º | 0.75% | 0.22% | - |
| HSV(B) | 44.1º | 0.86% | 0.38% | - |
| XYZ | 7.53 | 7.61 | 1.49 | - |
| YUV | 74.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 14 | 0 | 0.23 | 0.86 | 0.62 | 44.1 | 0.75 | 0.22 |
| Hex | 61 | 4B | E | 0 | 17 | 56 | 3E | 2C | 4B | 16 |
| Octal | 141 | 113 | 16 | 0 | 27 | 126 | 76 | 54 | 113 | 26 |
| Binary | 1100001 | 1001011 | 1110 | 0 | 10111 | 1010110 | 111110 | 101100 | 1001011 | 10110 |
Color Harmonies of #614B0E
Complementary color
Monochromatic Colors of #614B0E
Black with #614B0E
Text Example
Text Example
White with #614B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B0E; }
p { color: rgb(97,75,14); }
H1.HeaderClassName
{
color: #614B0E;
}
.AnyTagClassName
{
color: #614B0E;
}
</style>
background-color css
<style>
a { background-color: #614B0E; }
a { background-color: rgb(97,75,14); }
div.DivClassName
{
background-color: #614B0E;
}
.BgClassName
{
background-color: #614B0E;
}
</style>
border-color css
<style>
span { border-color: #614B0E; }
span { border-color: rgb(97,75,14); }
td.TdClassName
{
border-color: #614B0E;
}
.TagClassName
{
border-color: #614B0E;
}
</style>