Shades of Raw Umber #6C4006
Tints of Raw Umber #6C4006
RGB
CMYK
RGB Variations
Color information
#6C4006 (or 0x6C4006) is known color: Raw Umber. HEX triplet: 6C, 40 and 06. RGB value is (108,64,6). Sum of RGB (Red+Green+Blue) = 108+64+6=178 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60.67% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4006 is #93BFF9. Grayscale: #464646. Windows color (decimal): -9682938 or 409708. OLE color: 409708.
HSL color Cylindrical-coordinate representation of color #6C4006: hue angle of 34.12º 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 #6C4006 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 64 | 6 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.58 |
| HSL | 34.12º | 0.89% | 0.22% | - |
| HSV(B) | 34.12º | 0.94% | 0.42% | - |
| XYZ | 8.05 | 6.87 | 1.07 | - |
| YUV | 70.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 6 | 0 | 0.41 | 0.94 | 0.58 | 34.12 | 0.89 | 0.22 |
| Hex | 6C | 40 | 6 | 0 | 29 | 5E | 3A | 22 | 59 | 16 |
| Octal | 154 | 100 | 6 | 0 | 51 | 136 | 72 | 42 | 131 | 26 |
| Binary | 1101100 | 1000000 | 110 | 0 | 101001 | 1011110 | 111010 | 100010 | 1011001 | 10110 |
Color Harmonies of #6C4006
Complementary color
Monochromatic Colors of #6C4006
Black with #6C4006
Text Example
Text Example
White with #6C4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4006; }
p { color: rgb(108,64,6); }
H1.HeaderClassName
{
color: #6C4006;
}
.AnyTagClassName
{
color: #6C4006;
}
</style>
background-color css
<style>
a { background-color: #6C4006; }
a { background-color: rgb(108,64,6); }
div.DivClassName
{
background-color: #6C4006;
}
.BgClassName
{
background-color: #6C4006;
}
</style>
border-color css
<style>
span { border-color: #6C4006; }
span { border-color: rgb(108,64,6); }
td.TdClassName
{
border-color: #6C4006;
}
.TagClassName
{
border-color: #6C4006;
}
</style>