Shades of Raw Umber #6D5306
Tints of Raw Umber #6D5306
RGB
CMYK
RGB Variations
Color information
#6D5306 (or 0x6D5306) is known color: Raw Umber. HEX triplet: 6D, 53 and 06. RGB value is (109,83,6). Sum of RGB (Red+Green+Blue) = 109+83+6=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5306 is #92ACF9. Grayscale: #525252. Windows color (decimal): -9612538 or 414573. OLE color: 414573.
HSL color Cylindrical-coordinate representation of color #6D5306: hue angle of 44.85º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D5306 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 83 | 6 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.57 |
| HSL | 44.85º | 0.9% | 0.23% | - |
| HSV(B) | 44.85º | 0.94% | 0.43% | - |
| XYZ | 9.43 | 9.45 | 1.5 | - |
| YUV | 82 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 6 | 0 | 0.24 | 0.94 | 0.57 | 44.85 | 0.9 | 0.23 |
| Hex | 6D | 53 | 6 | 0 | 18 | 5E | 39 | 2D | 5A | 17 |
| Octal | 155 | 123 | 6 | 0 | 30 | 136 | 71 | 55 | 132 | 27 |
| Binary | 1101101 | 1010011 | 110 | 0 | 11000 | 1011110 | 111001 | 101101 | 1011010 | 10111 |
Color Harmonies of #6D5306
Complementary color
Monochromatic Colors of #6D5306
Black with #6D5306
Text Example
Text Example
White with #6D5306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5306; }
p { color: rgb(109,83,6); }
H1.HeaderClassName
{
color: #6D5306;
}
.AnyTagClassName
{
color: #6D5306;
}
</style>
background-color css
<style>
a { background-color: #6D5306; }
a { background-color: rgb(109,83,6); }
div.DivClassName
{
background-color: #6D5306;
}
.BgClassName
{
background-color: #6D5306;
}
</style>
border-color css
<style>
span { border-color: #6D5306; }
span { border-color: rgb(109,83,6); }
td.TdClassName
{
border-color: #6D5306;
}
.TagClassName
{
border-color: #6D5306;
}
</style>