Shades of Raw Umber #6D5209
Tints of Raw Umber #6D5209
RGB
CMYK
RGB Variations
Color information
#6D5209 (or 0x6D5209) is known color: Raw Umber. HEX triplet: 6D, 52 and 09. RGB value is (109,82,9). Sum of RGB (Red+Green+Blue) = 109+82+9=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5209 is #92ADF6. Grayscale: #525252. Windows color (decimal): -9612791 or 610925. OLE color: 610925.
HSL color Cylindrical-coordinate representation of color #6D5209: hue angle of 43.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D5209 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 82 | 9 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.57 |
| HSL | 43.8º | 0.85% | 0.23% | - |
| HSV(B) | 43.8º | 0.92% | 0.43% | - |
| XYZ | 9.37 | 9.31 | 1.56 | - |
| YUV | 81.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 9 | 0 | 0.25 | 0.92 | 0.57 | 43.8 | 0.85 | 0.23 |
| Hex | 6D | 52 | 9 | 0 | 19 | 5C | 39 | 2C | 55 | 17 |
| Octal | 155 | 122 | 11 | 0 | 31 | 134 | 71 | 54 | 125 | 27 |
| Binary | 1101101 | 1010010 | 1001 | 0 | 11001 | 1011100 | 111001 | 101100 | 1010101 | 10111 |
Color Harmonies of #6D5209
Complementary color
Monochromatic Colors of #6D5209
Black with #6D5209
Text Example
Text Example
White with #6D5209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5209; }
p { color: rgb(109,82,9); }
H1.HeaderClassName
{
color: #6D5209;
}
.AnyTagClassName
{
color: #6D5209;
}
</style>
background-color css
<style>
a { background-color: #6D5209; }
a { background-color: rgb(109,82,9); }
div.DivClassName
{
background-color: #6D5209;
}
.BgClassName
{
background-color: #6D5209;
}
</style>
border-color css
<style>
span { border-color: #6D5209; }
span { border-color: rgb(109,82,9); }
td.TdClassName
{
border-color: #6D5209;
}
.TagClassName
{
border-color: #6D5209;
}
</style>