Shades of Raw Umber #6F5706
Tints of Raw Umber #6F5706
RGB
CMYK
RGB Variations
Color information
#6F5706 (or 0x6F5706) is known color: Raw Umber. HEX triplet: 6F, 57 and 06. RGB value is (111,87,6). Sum of RGB (Red+Green+Blue) = 111+87+6=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5706 is #90A8F9. Grayscale: #555555. Windows color (decimal): -9480442 or 415599. OLE color: 415599.
HSL color Cylindrical-coordinate representation of color #6F5706: hue angle of 46.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F5706 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 6 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.56 |
| HSL | 46.29º | 0.9% | 0.23% | - |
| HSV(B) | 46.29º | 0.95% | 0.44% | - |
| XYZ | 10 | 10.21 | 1.62 | - |
| YUV | 84.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 6 | 0 | 0.22 | 0.95 | 0.56 | 46.29 | 0.9 | 0.23 |
| Hex | 6F | 57 | 6 | 0 | 16 | 5F | 38 | 2E | 5A | 17 |
| Octal | 157 | 127 | 6 | 0 | 26 | 137 | 70 | 56 | 132 | 27 |
| Binary | 1101111 | 1010111 | 110 | 0 | 10110 | 1011111 | 111000 | 101110 | 1011010 | 10111 |
Color Harmonies of #6F5706
Complementary color
Monochromatic Colors of #6F5706
Black with #6F5706
Text Example
Text Example
White with #6F5706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5706; }
p { color: rgb(111,87,6); }
H1.HeaderClassName
{
color: #6F5706;
}
.AnyTagClassName
{
color: #6F5706;
}
</style>
background-color css
<style>
a { background-color: #6F5706; }
a { background-color: rgb(111,87,6); }
div.DivClassName
{
background-color: #6F5706;
}
.BgClassName
{
background-color: #6F5706;
}
</style>
border-color css
<style>
span { border-color: #6F5706; }
span { border-color: rgb(111,87,6); }
td.TdClassName
{
border-color: #6F5706;
}
.TagClassName
{
border-color: #6F5706;
}
</style>