Shades of Raw Umber #6F5206
Tints of Raw Umber #6F5206
RGB
CMYK
RGB Variations
Color information
#6F5206 (or 0x6F5206) is known color: Raw Umber. HEX triplet: 6F, 52 and 06. RGB value is (111,82,6). Sum of RGB (Red+Green+Blue) = 111+82+6=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5206 is #90ADF9. Grayscale: #525252. Windows color (decimal): -9481722 or 414319. OLE color: 414319.
HSL color Cylindrical-coordinate representation of color #6F5206: hue angle of 43.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 #6F5206 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 82 | 6 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.56 |
| HSL | 43.43º | 0.9% | 0.23% | - |
| HSV(B) | 43.43º | 0.95% | 0.44% | - |
| XYZ | 9.61 | 9.43 | 1.49 | - |
| YUV | 82.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 6 | 0 | 0.26 | 0.95 | 0.56 | 43.43 | 0.9 | 0.23 |
| Hex | 6F | 52 | 6 | 0 | 1A | 5F | 38 | 2B | 5A | 17 |
| Octal | 157 | 122 | 6 | 0 | 32 | 137 | 70 | 53 | 132 | 27 |
| Binary | 1101111 | 1010010 | 110 | 0 | 11010 | 1011111 | 111000 | 101011 | 1011010 | 10111 |
Color Harmonies of #6F5206
Complementary color
Monochromatic Colors of #6F5206
Black with #6F5206
Text Example
Text Example
White with #6F5206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5206; }
p { color: rgb(111,82,6); }
H1.HeaderClassName
{
color: #6F5206;
}
.AnyTagClassName
{
color: #6F5206;
}
</style>
background-color css
<style>
a { background-color: #6F5206; }
a { background-color: rgb(111,82,6); }
div.DivClassName
{
background-color: #6F5206;
}
.BgClassName
{
background-color: #6F5206;
}
</style>
border-color css
<style>
span { border-color: #6F5206; }
span { border-color: rgb(111,82,6); }
td.TdClassName
{
border-color: #6F5206;
}
.TagClassName
{
border-color: #6F5206;
}
</style>