Shades of Raw Umber #6D5C06
Tints of Raw Umber #6D5C06
RGB
CMYK
RGB Variations
Color information
#6D5C06 (or 0x6D5C06) is known color: Raw Umber. HEX triplet: 6D, 5C and 06. RGB value is (109,92,6). Sum of RGB (Red+Green+Blue) = 109+92+6=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5C06 is #92A3F9. Grayscale: #575757. Windows color (decimal): -9610234 or 416877. OLE color: 416877.
HSL color Cylindrical-coordinate representation of color #6D5C06: hue angle of 50.1º 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 #6D5C06 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 92 | 6 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.57 |
| HSL | 50.1º | 0.9% | 0.23% | - |
| HSV(B) | 50.1º | 0.94% | 0.43% | - |
| XYZ | 10.17 | 10.92 | 1.74 | - |
| YUV | 87.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 6 | 0 | 0.16 | 0.94 | 0.57 | 50.1 | 0.9 | 0.23 |
| Hex | 6D | 5C | 6 | 0 | 10 | 5E | 39 | 32 | 5A | 17 |
| Octal | 155 | 134 | 6 | 0 | 20 | 136 | 71 | 62 | 132 | 27 |
| Binary | 1101101 | 1011100 | 110 | 0 | 10000 | 1011110 | 111001 | 110010 | 1011010 | 10111 |
Color Harmonies of #6D5C06
Complementary color
Monochromatic Colors of #6D5C06
Black with #6D5C06
Text Example
Text Example
White with #6D5C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5C06; }
p { color: rgb(109,92,6); }
H1.HeaderClassName
{
color: #6D5C06;
}
.AnyTagClassName
{
color: #6D5C06;
}
</style>
background-color css
<style>
a { background-color: #6D5C06; }
a { background-color: rgb(109,92,6); }
div.DivClassName
{
background-color: #6D5C06;
}
.BgClassName
{
background-color: #6D5C06;
}
</style>
border-color css
<style>
span { border-color: #6D5C06; }
span { border-color: rgb(109,92,6); }
td.TdClassName
{
border-color: #6D5C06;
}
.TagClassName
{
border-color: #6D5C06;
}
</style>