Shades of Raw Umber #713F06
Tints of Raw Umber #713F06
RGB
CMYK
RGB Variations
Color information
#713F06 (or 0x713F06) is known color: Raw Umber. HEX triplet: 71, 3F and 06. RGB value is (113,63,6). Sum of RGB (Red+Green+Blue) = 113+63+6=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #713F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F06 is #8EC0F9. Grayscale: #474747. Windows color (decimal): -9355514 or 409457. OLE color: 409457.
HSL color Cylindrical-coordinate representation of color #713F06: hue angle of 31.96º 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 #713F06 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 6 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.56 |
| HSL | 31.96º | 0.9% | 0.23% | - |
| HSV(B) | 31.96º | 0.95% | 0.44% | - |
| XYZ | 8.62 | 7.08 | 1.08 | - |
| YUV | 71.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 6 | 0 | 0.44 | 0.95 | 0.56 | 31.96 | 0.9 | 0.23 |
| Hex | 71 | 3F | 6 | 0 | 2C | 5F | 38 | 20 | 5A | 17 |
| Octal | 161 | 77 | 6 | 0 | 54 | 137 | 70 | 40 | 132 | 27 |
| Binary | 1110001 | 111111 | 110 | 0 | 101100 | 1011111 | 111000 | 100000 | 1011010 | 10111 |
Color Harmonies of #713F06
Complementary color
Monochromatic Colors of #713F06
Black with #713F06
Text Example
Text Example
White with #713F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F06; }
p { color: rgb(113,63,6); }
H1.HeaderClassName
{
color: #713F06;
}
.AnyTagClassName
{
color: #713F06;
}
</style>
background-color css
<style>
a { background-color: #713F06; }
a { background-color: rgb(113,63,6); }
div.DivClassName
{
background-color: #713F06;
}
.BgClassName
{
background-color: #713F06;
}
</style>
border-color css
<style>
span { border-color: #713F06; }
span { border-color: rgb(113,63,6); }
td.TdClassName
{
border-color: #713F06;
}
.TagClassName
{
border-color: #713F06;
}
</style>