Shades of Raw Umber #714E06
Tints of Raw Umber #714E06
RGB
CMYK
RGB Variations
Color information
#714E06 (or 0x714E06) is known color: Raw Umber. HEX triplet: 71, 4E and 06. RGB value is (113,78,6). Sum of RGB (Red+Green+Blue) = 113+78+6=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #714E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714E06 is #8EB1F9. Grayscale: #505050. Windows color (decimal): -9351674 or 413297. OLE color: 413297.
HSL color Cylindrical-coordinate representation of color #714E06: hue angle of 40.37º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #714E06 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 6 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.56 |
| HSL | 40.37º | 0.9% | 0.23% | - |
| HSV(B) | 40.37º | 0.95% | 0.44% | - |
| XYZ | 9.57 | 8.97 | 1.4 | - |
| YUV | 80.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 6 | 0 | 0.31 | 0.95 | 0.56 | 40.37 | 0.9 | 0.23 |
| Hex | 71 | 4E | 6 | 0 | 1F | 5F | 38 | 28 | 5A | 17 |
| Octal | 161 | 116 | 6 | 0 | 37 | 137 | 70 | 50 | 132 | 27 |
| Binary | 1110001 | 1001110 | 110 | 0 | 11111 | 1011111 | 111000 | 101000 | 1011010 | 10111 |
Color Harmonies of #714E06
Complementary color
Monochromatic Colors of #714E06
Black with #714E06
Text Example
Text Example
White with #714E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E06; }
p { color: rgb(113,78,6); }
H1.HeaderClassName
{
color: #714E06;
}
.AnyTagClassName
{
color: #714E06;
}
</style>
background-color css
<style>
a { background-color: #714E06; }
a { background-color: rgb(113,78,6); }
div.DivClassName
{
background-color: #714E06;
}
.BgClassName
{
background-color: #714E06;
}
</style>
border-color css
<style>
span { border-color: #714E06; }
span { border-color: rgb(113,78,6); }
td.TdClassName
{
border-color: #714E06;
}
.TagClassName
{
border-color: #714E06;
}
</style>