Shades of Raw Umber #6D5E04
Tints of Raw Umber #6D5E04
RGB
CMYK
RGB Variations
Color information
#6D5E04 (or 0x6D5E04) is known color: Raw Umber. HEX triplet: 6D, 5E and 04. RGB value is (109,94,4). Sum of RGB (Red+Green+Blue) = 109+94+4=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5E04 is #92A1FB. Grayscale: #585858. Windows color (decimal): -9609724 or 286317. OLE color: 286317.
HSL color Cylindrical-coordinate representation of color #6D5E04: hue angle of 51.43º 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 #6D5E04 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 94 | 4 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.57 |
| HSL | 51.43º | 0.93% | 0.22% | - |
| HSV(B) | 51.43º | 0.96% | 0.43% | - |
| XYZ | 10.33 | 11.27 | 1.74 | - |
| YUV | 88.23 | 80.47 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 94 | 4 | 0 | 0.14 | 0.96 | 0.57 | 51.43 | 0.93 | 0.22 |
| Hex | 6D | 5E | 4 | 0 | E | 60 | 39 | 33 | 5D | 16 |
| Octal | 155 | 136 | 4 | 0 | 16 | 140 | 71 | 63 | 135 | 26 |
| Binary | 1101101 | 1011110 | 100 | 0 | 1110 | 1100000 | 111001 | 110011 | 1011101 | 10110 |
Color Harmonies of #6D5E04
Complementary color
Monochromatic Colors of #6D5E04
Black with #6D5E04
Text Example
Text Example
White with #6D5E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5E04; }
p { color: rgb(109,94,4); }
H1.HeaderClassName
{
color: #6D5E04;
}
.AnyTagClassName
{
color: #6D5E04;
}
</style>
background-color css
<style>
a { background-color: #6D5E04; }
a { background-color: rgb(109,94,4); }
div.DivClassName
{
background-color: #6D5E04;
}
.BgClassName
{
background-color: #6D5E04;
}
</style>
border-color css
<style>
span { border-color: #6D5E04; }
span { border-color: rgb(109,94,4); }
td.TdClassName
{
border-color: #6D5E04;
}
.TagClassName
{
border-color: #6D5E04;
}
</style>