Shades of Raw Umber #6F5A11
Tints of Raw Umber #6F5A11
RGB
CMYK
RGB Variations
Color information
#6F5A11 (or 0x6F5A11) is known color: Raw Umber. HEX triplet: 6F, 5A and 11. RGB value is (111,90,17). Sum of RGB (Red+Green+Blue) = 111+90+17=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5A11 is #90A5EE. Grayscale: #585858. Windows color (decimal): -9479663 or 1137263. OLE color: 1137263.
HSL color Cylindrical-coordinate representation of color #6F5A11: hue angle of 46.6º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F5A11 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 90 | 17 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.56 |
| HSL | 46.6º | 0.73% | 0.25% | - |
| HSV(B) | 46.6º | 0.85% | 0.44% | - |
| XYZ | 10.31 | 10.73 | 2.06 | - |
| YUV | 87.96 | 87.96 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 17 | 0 | 0.19 | 0.85 | 0.56 | 46.6 | 0.73 | 0.25 |
| Hex | 6F | 5A | 11 | 0 | 13 | 55 | 38 | 2F | 49 | 19 |
| Octal | 157 | 132 | 21 | 0 | 23 | 125 | 70 | 57 | 111 | 31 |
| Binary | 1101111 | 1011010 | 10001 | 0 | 10011 | 1010101 | 111000 | 101111 | 1001001 | 11001 |
Color Harmonies of #6F5A11
Complementary color
Monochromatic Colors of #6F5A11
Black with #6F5A11
Text Example
Text Example
White with #6F5A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A11; }
p { color: rgb(111,90,17); }
H1.HeaderClassName
{
color: #6F5A11;
}
.AnyTagClassName
{
color: #6F5A11;
}
</style>
background-color css
<style>
a { background-color: #6F5A11; }
a { background-color: rgb(111,90,17); }
div.DivClassName
{
background-color: #6F5A11;
}
.BgClassName
{
background-color: #6F5A11;
}
</style>
border-color css
<style>
span { border-color: #6F5A11; }
span { border-color: rgb(111,90,17); }
td.TdClassName
{
border-color: #6F5A11;
}
.TagClassName
{
border-color: #6F5A11;
}
</style>