Shades of Raw Umber #6D4704
Tints of Raw Umber #6D4704
RGB
CMYK
RGB Variations
Color information
#6D4704 (or 0x6D4704) is known color: Raw Umber. HEX triplet: 6D, 47 and 04. RGB value is (109,71,4). Sum of RGB (Red+Green+Blue) = 109+71+4=184 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.24% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4704 is #92B8FB. Grayscale: #4B4B4B. Windows color (decimal): -9615612 or 280429. OLE color: 280429.
HSL color Cylindrical-coordinate representation of color #6D4704: hue angle of 38.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D4704 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 71 | 4 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.57 |
| HSL | 38.29º | 0.93% | 0.22% | - |
| HSV(B) | 38.29º | 0.96% | 0.43% | - |
| XYZ | 8.58 | 7.77 | 1.16 | - |
| YUV | 74.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 4 | 0 | 0.35 | 0.96 | 0.57 | 38.29 | 0.93 | 0.22 |
| Hex | 6D | 47 | 4 | 0 | 23 | 60 | 39 | 26 | 5D | 16 |
| Octal | 155 | 107 | 4 | 0 | 43 | 140 | 71 | 46 | 135 | 26 |
| Binary | 1101101 | 1000111 | 100 | 0 | 100011 | 1100000 | 111001 | 100110 | 1011101 | 10110 |
Color Harmonies of #6D4704
Complementary color
Monochromatic Colors of #6D4704
Black with #6D4704
Text Example
Text Example
White with #6D4704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4704; }
p { color: rgb(109,71,4); }
H1.HeaderClassName
{
color: #6D4704;
}
.AnyTagClassName
{
color: #6D4704;
}
</style>
background-color css
<style>
a { background-color: #6D4704; }
a { background-color: rgb(109,71,4); }
div.DivClassName
{
background-color: #6D4704;
}
.BgClassName
{
background-color: #6D4704;
}
</style>
border-color css
<style>
span { border-color: #6D4704; }
span { border-color: rgb(109,71,4); }
td.TdClassName
{
border-color: #6D4704;
}
.TagClassName
{
border-color: #6D4704;
}
</style>