Shades of Raw Umber #6D4A07
Tints of Raw Umber #6D4A07
RGB
CMYK
RGB Variations
Color information
#6D4A07 (or 0x6D4A07) is known color: Raw Umber. HEX triplet: 6D, 4A and 07. RGB value is (109,74,7). Sum of RGB (Red+Green+Blue) = 109+74+7=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4A07 is #92B5F8. Grayscale: #4D4D4D. Windows color (decimal): -9614841 or 477805. OLE color: 477805.
HSL color Cylindrical-coordinate representation of color #6D4A07: hue angle of 39.41º degrees, saturation: 0.88, 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 #6D4A07 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 7 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.57 |
| HSL | 39.41º | 0.88% | 0.23% | - |
| HSV(B) | 39.41º | 0.94% | 0.43% | - |
| XYZ | 8.79 | 8.16 | 1.31 | - |
| YUV | 76.83 | 88.6 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 7 | 0 | 0.32 | 0.94 | 0.57 | 39.41 | 0.88 | 0.23 |
| Hex | 6D | 4A | 7 | 0 | 20 | 5E | 39 | 27 | 58 | 17 |
| Octal | 155 | 112 | 7 | 0 | 40 | 136 | 71 | 47 | 130 | 27 |
| Binary | 1101101 | 1001010 | 111 | 0 | 100000 | 1011110 | 111001 | 100111 | 1011000 | 10111 |
Color Harmonies of #6D4A07
Complementary color
Monochromatic Colors of #6D4A07
Black with #6D4A07
Text Example
Text Example
White with #6D4A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A07; }
p { color: rgb(109,74,7); }
H1.HeaderClassName
{
color: #6D4A07;
}
.AnyTagClassName
{
color: #6D4A07;
}
</style>
background-color css
<style>
a { background-color: #6D4A07; }
a { background-color: rgb(109,74,7); }
div.DivClassName
{
background-color: #6D4A07;
}
.BgClassName
{
background-color: #6D4A07;
}
</style>
border-color css
<style>
span { border-color: #6D4A07; }
span { border-color: rgb(109,74,7); }
td.TdClassName
{
border-color: #6D4A07;
}
.TagClassName
{
border-color: #6D4A07;
}
</style>