Shades of Raw Umber #6D3A06
Tints of Raw Umber #6D3A06
RGB
CMYK
RGB Variations
Color information
#6D3A06 (or 0x6D3A06) is known color: Raw Umber. HEX triplet: 6D, 3A and 06. RGB value is (109,58,6). Sum of RGB (Red+Green+Blue) = 109+58+6=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3A06 is #92C5F9. Grayscale: #434343. Windows color (decimal): -9618938 or 408173. OLE color: 408173.
HSL color Cylindrical-coordinate representation of color #6D3A06: hue angle of 30.29º 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 #6D3A06 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 58 | 6 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.57 |
| HSL | 30.29º | 0.9% | 0.23% | - |
| HSV(B) | 30.29º | 0.94% | 0.43% | - |
| XYZ | 7.85 | 6.29 | 0.97 | - |
| YUV | 67.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 6 | 0 | 0.47 | 0.94 | 0.57 | 30.29 | 0.9 | 0.23 |
| Hex | 6D | 3A | 6 | 0 | 2F | 5E | 39 | 1E | 5A | 17 |
| Octal | 155 | 72 | 6 | 0 | 57 | 136 | 71 | 36 | 132 | 27 |
| Binary | 1101101 | 111010 | 110 | 0 | 101111 | 1011110 | 111001 | 11110 | 1011010 | 10111 |
Color Harmonies of #6D3A06
Complementary color
Monochromatic Colors of #6D3A06
Black with #6D3A06
Text Example
Text Example
White with #6D3A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3A06; }
p { color: rgb(109,58,6); }
H1.HeaderClassName
{
color: #6D3A06;
}
.AnyTagClassName
{
color: #6D3A06;
}
</style>
background-color css
<style>
a { background-color: #6D3A06; }
a { background-color: rgb(109,58,6); }
div.DivClassName
{
background-color: #6D3A06;
}
.BgClassName
{
background-color: #6D3A06;
}
</style>
border-color css
<style>
span { border-color: #6D3A06; }
span { border-color: rgb(109,58,6); }
td.TdClassName
{
border-color: #6D3A06;
}
.TagClassName
{
border-color: #6D3A06;
}
</style>