Shades of Raw Umber #6F5210
Tints of Raw Umber #6F5210
RGB
CMYK
RGB Variations
Color information
#6F5210 (or 0x6F5210) is known color: Raw Umber. HEX triplet: 6F, 52 and 10. RGB value is (111,82,16). Sum of RGB (Red+Green+Blue) = 111+82+16=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5210 is #90ADEF. Grayscale: #535353. Windows color (decimal): -9481712 or 1069679. OLE color: 1069679.
HSL color Cylindrical-coordinate representation of color #6F5210: hue angle of 41.68º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F5210 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 82 | 16 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.56 |
| HSL | 41.68º | 0.75% | 0.25% | - |
| HSV(B) | 41.68º | 0.86% | 0.44% | - |
| XYZ | 9.67 | 9.45 | 1.81 | - |
| YUV | 83.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 16 | 0 | 0.26 | 0.86 | 0.56 | 41.68 | 0.75 | 0.25 |
| Hex | 6F | 52 | 10 | 0 | 1A | 56 | 38 | 2A | 4B | 19 |
| Octal | 157 | 122 | 20 | 0 | 32 | 126 | 70 | 52 | 113 | 31 |
| Binary | 1101111 | 1010010 | 10000 | 0 | 11010 | 1010110 | 111000 | 101010 | 1001011 | 11001 |
Color Harmonies of #6F5210
Complementary color
Monochromatic Colors of #6F5210
Black with #6F5210
Text Example
Text Example
White with #6F5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5210; }
p { color: rgb(111,82,16); }
H1.HeaderClassName
{
color: #6F5210;
}
.AnyTagClassName
{
color: #6F5210;
}
</style>
background-color css
<style>
a { background-color: #6F5210; }
a { background-color: rgb(111,82,16); }
div.DivClassName
{
background-color: #6F5210;
}
.BgClassName
{
background-color: #6F5210;
}
</style>
border-color css
<style>
span { border-color: #6F5210; }
span { border-color: rgb(111,82,16); }
td.TdClassName
{
border-color: #6F5210;
}
.TagClassName
{
border-color: #6F5210;
}
</style>