Shades of Raw Umber #6D4304
Tints of Raw Umber #6D4304
RGB
CMYK
RGB Variations
Color information
#6D4304 (or 0x6D4304) is known color: Raw Umber. HEX triplet: 6D, 43 and 04. RGB value is (109,67,4). Sum of RGB (Red+Green+Blue) = 109+67+4=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4304 is #92BCFB. Grayscale: #484848. Windows color (decimal): -9616636 or 279405. OLE color: 279405.
HSL color Cylindrical-coordinate representation of color #6D4304: hue angle of 36º 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 #6D4304 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 4 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.57 |
| HSL | 36º | 0.93% | 0.22% | - |
| HSV(B) | 36º | 0.96% | 0.43% | - |
| XYZ | 8.34 | 7.27 | 1.08 | - |
| YUV | 72.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 4 | 0 | 0.39 | 0.96 | 0.57 | 36 | 0.93 | 0.22 |
| Hex | 6D | 43 | 4 | 0 | 27 | 60 | 39 | 24 | 5D | 16 |
| Octal | 155 | 103 | 4 | 0 | 47 | 140 | 71 | 44 | 135 | 26 |
| Binary | 1101101 | 1000011 | 100 | 0 | 100111 | 1100000 | 111001 | 100100 | 1011101 | 10110 |
Color Harmonies of #6D4304
Complementary color
Monochromatic Colors of #6D4304
Black with #6D4304
Text Example
Text Example
White with #6D4304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4304; }
p { color: rgb(109,67,4); }
H1.HeaderClassName
{
color: #6D4304;
}
.AnyTagClassName
{
color: #6D4304;
}
</style>
background-color css
<style>
a { background-color: #6D4304; }
a { background-color: rgb(109,67,4); }
div.DivClassName
{
background-color: #6D4304;
}
.BgClassName
{
background-color: #6D4304;
}
</style>
border-color css
<style>
span { border-color: #6D4304; }
span { border-color: rgb(109,67,4); }
td.TdClassName
{
border-color: #6D4304;
}
.TagClassName
{
border-color: #6D4304;
}
</style>