Shades of Raw Umber #6D5204
Tints of Raw Umber #6D5204
RGB
CMYK
RGB Variations
Color information
#6D5204 (or 0x6D5204) is known color: Raw Umber. HEX triplet: 6D, 52 and 04. RGB value is (109,82,4). Sum of RGB (Red+Green+Blue) = 109+82+4=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5204 is #92ADFB. Grayscale: #515151. Windows color (decimal): -9612796 or 283245. OLE color: 283245.
HSL color Cylindrical-coordinate representation of color #6D5204: hue angle of 44.57º 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 #6D5204 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 82 | 4 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.57 |
| HSL | 44.57º | 0.93% | 0.22% | - |
| HSV(B) | 44.57º | 0.96% | 0.43% | - |
| XYZ | 9.35 | 9.29 | 1.42 | - |
| YUV | 81.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 4 | 0 | 0.25 | 0.96 | 0.57 | 44.57 | 0.93 | 0.22 |
| Hex | 6D | 52 | 4 | 0 | 19 | 60 | 39 | 2D | 5D | 16 |
| Octal | 155 | 122 | 4 | 0 | 31 | 140 | 71 | 55 | 135 | 26 |
| Binary | 1101101 | 1010010 | 100 | 0 | 11001 | 1100000 | 111001 | 101101 | 1011101 | 10110 |
Color Harmonies of #6D5204
Complementary color
Monochromatic Colors of #6D5204
Black with #6D5204
Text Example
Text Example
White with #6D5204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5204; }
p { color: rgb(109,82,4); }
H1.HeaderClassName
{
color: #6D5204;
}
.AnyTagClassName
{
color: #6D5204;
}
</style>
background-color css
<style>
a { background-color: #6D5204; }
a { background-color: rgb(109,82,4); }
div.DivClassName
{
background-color: #6D5204;
}
.BgClassName
{
background-color: #6D5204;
}
</style>
border-color css
<style>
span { border-color: #6D5204; }
span { border-color: rgb(109,82,4); }
td.TdClassName
{
border-color: #6D5204;
}
.TagClassName
{
border-color: #6D5204;
}
</style>