Shades of Raw Umber #6C4F06
Tints of Raw Umber #6C4F06
RGB
CMYK
RGB Variations
Color information
#6C4F06 (or 0x6C4F06) is known color: Raw Umber. HEX triplet: 6C, 4F and 06. RGB value is (108,79,6). Sum of RGB (Red+Green+Blue) = 108+79+6=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C4F06 is #93B0F9. Grayscale: #4F4F4F. Windows color (decimal): -9679098 or 413548. OLE color: 413548.
HSL color Cylindrical-coordinate representation of color #6C4F06: hue angle of 42.94º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C4F06 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 79 | 6 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.58 |
| HSL | 42.94º | 0.89% | 0.22% | - |
| HSV(B) | 42.94º | 0.94% | 0.42% | - |
| XYZ | 9.01 | 8.79 | 1.39 | - |
| YUV | 79.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 6 | 0 | 0.27 | 0.94 | 0.58 | 42.94 | 0.89 | 0.22 |
| Hex | 6C | 4F | 6 | 0 | 1B | 5E | 3A | 2B | 59 | 16 |
| Octal | 154 | 117 | 6 | 0 | 33 | 136 | 72 | 53 | 131 | 26 |
| Binary | 1101100 | 1001111 | 110 | 0 | 11011 | 1011110 | 111010 | 101011 | 1011001 | 10110 |
Color Harmonies of #6C4F06
Complementary color
Monochromatic Colors of #6C4F06
Black with #6C4F06
Text Example
Text Example
White with #6C4F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4F06; }
p { color: rgb(108,79,6); }
H1.HeaderClassName
{
color: #6C4F06;
}
.AnyTagClassName
{
color: #6C4F06;
}
</style>
background-color css
<style>
a { background-color: #6C4F06; }
a { background-color: rgb(108,79,6); }
div.DivClassName
{
background-color: #6C4F06;
}
.BgClassName
{
background-color: #6C4F06;
}
</style>
border-color css
<style>
span { border-color: #6C4F06; }
span { border-color: rgb(108,79,6); }
td.TdClassName
{
border-color: #6C4F06;
}
.TagClassName
{
border-color: #6C4F06;
}
</style>