Shades of Raw Umber #6F5012
Tints of Raw Umber #6F5012
RGB
CMYK
RGB Variations
Color information
#6F5012 (or 0x6F5012) is known color: Raw Umber. HEX triplet: 6F, 50 and 12. RGB value is (111,80,18). Sum of RGB (Red+Green+Blue) = 111+80+18=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5012 is #90AFED. Grayscale: #525252. Windows color (decimal): -9482222 or 1200239. OLE color: 1200239.
HSL color Cylindrical-coordinate representation of color #6F5012: hue angle of 40º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F5012 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 18 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.56 |
| HSL | 40º | 0.72% | 0.25% | - |
| HSV(B) | 40º | 0.84% | 0.44% | - |
| XYZ | 9.53 | 9.16 | 1.84 | - |
| YUV | 82.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 18 | 0 | 0.28 | 0.84 | 0.56 | 40 | 0.72 | 0.25 |
| Hex | 6F | 50 | 12 | 0 | 1C | 54 | 38 | 28 | 48 | 19 |
| Octal | 157 | 120 | 22 | 0 | 34 | 124 | 70 | 50 | 110 | 31 |
| Binary | 1101111 | 1010000 | 10010 | 0 | 11100 | 1010100 | 111000 | 101000 | 1001000 | 11001 |
Color Harmonies of #6F5012
Complementary color
Monochromatic Colors of #6F5012
Black with #6F5012
Text Example
Text Example
White with #6F5012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5012; }
p { color: rgb(111,80,18); }
H1.HeaderClassName
{
color: #6F5012;
}
.AnyTagClassName
{
color: #6F5012;
}
</style>
background-color css
<style>
a { background-color: #6F5012; }
a { background-color: rgb(111,80,18); }
div.DivClassName
{
background-color: #6F5012;
}
.BgClassName
{
background-color: #6F5012;
}
</style>
border-color css
<style>
span { border-color: #6F5012; }
span { border-color: rgb(111,80,18); }
td.TdClassName
{
border-color: #6F5012;
}
.TagClassName
{
border-color: #6F5012;
}
</style>