Shades of Raw Umber #6D5706
Tints of Raw Umber #6D5706
RGB
CMYK
RGB Variations
Color information
#6D5706 (or 0x6D5706) is known color: Raw Umber. HEX triplet: 6D, 57 and 06. RGB value is (109,87,6). Sum of RGB (Red+Green+Blue) = 109+87+6=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5706 is #92A8F9. Grayscale: #545454. Windows color (decimal): -9611514 or 415597. OLE color: 415597.
HSL color Cylindrical-coordinate representation of color #6D5706: hue angle of 47.18º 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 #6D5706 is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 6 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.57 |
| HSL | 47.18º | 0.9% | 0.23% | - |
| HSV(B) | 47.18º | 0.94% | 0.43% | - |
| XYZ | 9.75 | 10.08 | 1.6 | - |
| YUV | 84.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 6 | 0 | 0.20 | 0.94 | 0.57 | 47.18 | 0.9 | 0.23 |
| Hex | 6D | 57 | 6 | 0 | 14 | 5E | 39 | 2F | 5A | 17 |
| Octal | 155 | 127 | 6 | 0 | 24 | 136 | 71 | 57 | 132 | 27 |
| Binary | 1101101 | 1010111 | 110 | 0 | 10100 | 1011110 | 111001 | 101111 | 1011010 | 10111 |
Color Harmonies of #6D5706
Complementary color
Monochromatic Colors of #6D5706
Black with #6D5706
Text Example
Text Example
White with #6D5706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5706; }
p { color: rgb(109,87,6); }
H1.HeaderClassName
{
color: #6D5706;
}
.AnyTagClassName
{
color: #6D5706;
}
</style>
background-color css
<style>
a { background-color: #6D5706; }
a { background-color: rgb(109,87,6); }
div.DivClassName
{
background-color: #6D5706;
}
.BgClassName
{
background-color: #6D5706;
}
</style>
border-color css
<style>
span { border-color: #6D5706; }
span { border-color: rgb(109,87,6); }
td.TdClassName
{
border-color: #6D5706;
}
.TagClassName
{
border-color: #6D5706;
}
</style>