Shades of Raw Umber #6C5706
Tints of Raw Umber #6C5706
RGB
CMYK
RGB Variations
Color information
#6C5706 (or 0x6C5706) is known color: Raw Umber. HEX triplet: 6C, 57 and 06. RGB value is (108,87,6). Sum of RGB (Red+Green+Blue) = 108+87+6=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5706 is #93A8F9. Grayscale: #545454. Windows color (decimal): -9677050 or 415596. OLE color: 415596.
HSL color Cylindrical-coordinate representation of color #6C5706: hue angle of 47.65º 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 #6C5706 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 87 | 6 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.58 |
| HSL | 47.65º | 0.89% | 0.22% | - |
| HSV(B) | 47.65º | 0.94% | 0.42% | - |
| XYZ | 9.63 | 10.02 | 1.6 | - |
| YUV | 84.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 6 | 0 | 0.19 | 0.94 | 0.58 | 47.65 | 0.89 | 0.22 |
| Hex | 6C | 57 | 6 | 0 | 13 | 5E | 3A | 30 | 59 | 16 |
| Octal | 154 | 127 | 6 | 0 | 23 | 136 | 72 | 60 | 131 | 26 |
| Binary | 1101100 | 1010111 | 110 | 0 | 10011 | 1011110 | 111010 | 110000 | 1011001 | 10110 |
Color Harmonies of #6C5706
Complementary color
Monochromatic Colors of #6C5706
Black with #6C5706
Text Example
Text Example
White with #6C5706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5706; }
p { color: rgb(108,87,6); }
H1.HeaderClassName
{
color: #6C5706;
}
.AnyTagClassName
{
color: #6C5706;
}
</style>
background-color css
<style>
a { background-color: #6C5706; }
a { background-color: rgb(108,87,6); }
div.DivClassName
{
background-color: #6C5706;
}
.BgClassName
{
background-color: #6C5706;
}
</style>
border-color css
<style>
span { border-color: #6C5706; }
span { border-color: rgb(108,87,6); }
td.TdClassName
{
border-color: #6C5706;
}
.TagClassName
{
border-color: #6C5706;
}
</style>