Shades of Raw Umber #6F5906
Tints of Raw Umber #6F5906
RGB
CMYK
RGB Variations
Color information
#6F5906 (or 0x6F5906) is known color: Raw Umber. HEX triplet: 6F, 59 and 06. RGB value is (111,89,6). Sum of RGB (Red+Green+Blue) = 111+89+6=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5906 is #90A6F9. Grayscale: #565656. Windows color (decimal): -9479930 or 416111. OLE color: 416111.
HSL color Cylindrical-coordinate representation of color #6F5906: hue angle of 47.43º 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 #6F5906 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 6 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.56 |
| HSL | 47.43º | 0.9% | 0.23% | - |
| HSV(B) | 47.43º | 0.95% | 0.44% | - |
| XYZ | 10.16 | 10.54 | 1.67 | - |
| YUV | 86.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 6 | 0 | 0.20 | 0.95 | 0.56 | 47.43 | 0.9 | 0.23 |
| Hex | 6F | 59 | 6 | 0 | 14 | 5F | 38 | 2F | 5A | 17 |
| Octal | 157 | 131 | 6 | 0 | 24 | 137 | 70 | 57 | 132 | 27 |
| Binary | 1101111 | 1011001 | 110 | 0 | 10100 | 1011111 | 111000 | 101111 | 1011010 | 10111 |
Color Harmonies of #6F5906
Complementary color
Monochromatic Colors of #6F5906
Black with #6F5906
Text Example
Text Example
White with #6F5906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5906; }
p { color: rgb(111,89,6); }
H1.HeaderClassName
{
color: #6F5906;
}
.AnyTagClassName
{
color: #6F5906;
}
</style>
background-color css
<style>
a { background-color: #6F5906; }
a { background-color: rgb(111,89,6); }
div.DivClassName
{
background-color: #6F5906;
}
.BgClassName
{
background-color: #6F5906;
}
</style>
border-color css
<style>
span { border-color: #6F5906; }
span { border-color: rgb(111,89,6); }
td.TdClassName
{
border-color: #6F5906;
}
.TagClassName
{
border-color: #6F5906;
}
</style>