Shades of Raw Umber #6F5A09
Tints of Raw Umber #6F5A09
RGB
CMYK
RGB Variations
Color information
#6F5A09 (or 0x6F5A09) is known color: Raw Umber. HEX triplet: 6F, 5A and 09. RGB value is (111,90,9). Sum of RGB (Red+Green+Blue) = 111+90+9=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5A09 is #90A5F6. Grayscale: #575757. Windows color (decimal): -9479671 or 612975. OLE color: 612975.
HSL color Cylindrical-coordinate representation of color #6F5A09: hue angle of 47.65º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F5A09 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 90 | 9 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.56 |
| HSL | 47.65º | 0.85% | 0.24% | - |
| HSV(B) | 47.65º | 0.92% | 0.44% | - |
| XYZ | 10.26 | 10.71 | 1.79 | - |
| YUV | 87.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 9 | 0 | 0.19 | 0.92 | 0.56 | 47.65 | 0.85 | 0.24 |
| Hex | 6F | 5A | 9 | 0 | 13 | 5C | 38 | 30 | 55 | 18 |
| Octal | 157 | 132 | 11 | 0 | 23 | 134 | 70 | 60 | 125 | 30 |
| Binary | 1101111 | 1011010 | 1001 | 0 | 10011 | 1011100 | 111000 | 110000 | 1010101 | 11000 |
Color Harmonies of #6F5A09
Complementary color
Monochromatic Colors of #6F5A09
Black with #6F5A09
Text Example
Text Example
White with #6F5A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A09; }
p { color: rgb(111,90,9); }
H1.HeaderClassName
{
color: #6F5A09;
}
.AnyTagClassName
{
color: #6F5A09;
}
</style>
background-color css
<style>
a { background-color: #6F5A09; }
a { background-color: rgb(111,90,9); }
div.DivClassName
{
background-color: #6F5A09;
}
.BgClassName
{
background-color: #6F5A09;
}
</style>
border-color css
<style>
span { border-color: #6F5A09; }
span { border-color: rgb(111,90,9); }
td.TdClassName
{
border-color: #6F5A09;
}
.TagClassName
{
border-color: #6F5A09;
}
</style>