Shades of Raw Umber #6F4606
Tints of Raw Umber #6F4606
RGB
CMYK
RGB Variations
Color information
#6F4606 (or 0x6F4606) is known color: Raw Umber. HEX triplet: 6F, 46 and 06. RGB value is (111,70,6). Sum of RGB (Red+Green+Blue) = 111+70+6=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4606 is #90B9F9. Grayscale: #4B4B4B. Windows color (decimal): -9484794 or 411247. OLE color: 411247.
HSL color Cylindrical-coordinate representation of color #6F4606: hue angle of 36.57º 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 #6F4606 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 6 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.56 |
| HSL | 36.57º | 0.9% | 0.23% | - |
| HSV(B) | 36.57º | 0.95% | 0.44% | - |
| XYZ | 8.78 | 7.77 | 1.21 | - |
| YUV | 74.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 6 | 0 | 0.37 | 0.95 | 0.56 | 36.57 | 0.9 | 0.23 |
| Hex | 6F | 46 | 6 | 0 | 25 | 5F | 38 | 25 | 5A | 17 |
| Octal | 157 | 106 | 6 | 0 | 45 | 137 | 70 | 45 | 132 | 27 |
| Binary | 1101111 | 1000110 | 110 | 0 | 100101 | 1011111 | 111000 | 100101 | 1011010 | 10111 |
Color Harmonies of #6F4606
Complementary color
Monochromatic Colors of #6F4606
Black with #6F4606
Text Example
Text Example
White with #6F4606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4606; }
p { color: rgb(111,70,6); }
H1.HeaderClassName
{
color: #6F4606;
}
.AnyTagClassName
{
color: #6F4606;
}
</style>
background-color css
<style>
a { background-color: #6F4606; }
a { background-color: rgb(111,70,6); }
div.DivClassName
{
background-color: #6F4606;
}
.BgClassName
{
background-color: #6F4606;
}
</style>
border-color css
<style>
span { border-color: #6F4606; }
span { border-color: rgb(111,70,6); }
td.TdClassName
{
border-color: #6F4606;
}
.TagClassName
{
border-color: #6F4606;
}
</style>