Shades of Raw Umber #6E4702
Tints of Raw Umber #6E4702
RGB
CMYK
RGB Variations
Color information
#6E4702 (or 0x6E4702) is known color: Raw Umber. HEX triplet: 6E, 47 and 02. RGB value is (110,71,2). Sum of RGB (Red+Green+Blue) = 110+71+2=183 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.11% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4702 is #91B8FD. Grayscale: #4B4B4B. Windows color (decimal): -9550078 or 149358. OLE color: 149358.
HSL color Cylindrical-coordinate representation of color #6E4702: hue angle of 38.33º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E4702 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 71 | 2 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.57 |
| HSL | 38.33º | 0.96% | 0.22% | - |
| HSV(B) | 38.33º | 0.98% | 0.43% | - |
| XYZ | 8.69 | 7.83 | 1.11 | - |
| YUV | 74.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 71 | 2 | 0 | 0.35 | 0.98 | 0.57 | 38.33 | 0.96 | 0.22 |
| Hex | 6E | 47 | 2 | 0 | 23 | 62 | 39 | 26 | 60 | 16 |
| Octal | 156 | 107 | 2 | 0 | 43 | 142 | 71 | 46 | 140 | 26 |
| Binary | 1101110 | 1000111 | 10 | 0 | 100011 | 1100010 | 111001 | 100110 | 1100000 | 10110 |
Color Harmonies of #6E4702
Complementary color
Monochromatic Colors of #6E4702
Black with #6E4702
Text Example
Text Example
White with #6E4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4702; }
p { color: rgb(110,71,2); }
H1.HeaderClassName
{
color: #6E4702;
}
.AnyTagClassName
{
color: #6E4702;
}
</style>
background-color css
<style>
a { background-color: #6E4702; }
a { background-color: rgb(110,71,2); }
div.DivClassName
{
background-color: #6E4702;
}
.BgClassName
{
background-color: #6E4702;
}
</style>
border-color css
<style>
span { border-color: #6E4702; }
span { border-color: rgb(110,71,2); }
td.TdClassName
{
border-color: #6E4702;
}
.TagClassName
{
border-color: #6E4702;
}
</style>