Shades of Raw Umber #6F590A
Tints of Raw Umber #6F590A
RGB
CMYK
RGB Variations
Color information
#6F590A (or 0x6F590A) is known color: Raw Umber. HEX triplet: 6F, 59 and 0A. RGB value is (111,89,10). Sum of RGB (Red+Green+Blue) = 111+89+10=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F590A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F590A is #90A6F5. Grayscale: #565656. Windows color (decimal): -9479926 or 678255. OLE color: 678255.
HSL color Cylindrical-coordinate representation of color #6F590A: hue angle of 46.93º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F590A is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 10 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.56 |
| HSL | 46.93º | 0.83% | 0.24% | - |
| HSV(B) | 46.93º | 0.91% | 0.44% | - |
| XYZ | 10.18 | 10.55 | 1.79 | - |
| YUV | 86.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 10 | 0 | 0.20 | 0.91 | 0.56 | 46.93 | 0.83 | 0.24 |
| Hex | 6F | 59 | A | 0 | 14 | 5B | 38 | 2F | 53 | 18 |
| Octal | 157 | 131 | 12 | 0 | 24 | 133 | 70 | 57 | 123 | 30 |
| Binary | 1101111 | 1011001 | 1010 | 0 | 10100 | 1011011 | 111000 | 101111 | 1010011 | 11000 |
Color Harmonies of #6F590A
Complementary color
Monochromatic Colors of #6F590A
Black with #6F590A
Text Example
Text Example
White with #6F590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F590A; }
p { color: rgb(111,89,10); }
H1.HeaderClassName
{
color: #6F590A;
}
.AnyTagClassName
{
color: #6F590A;
}
</style>
background-color css
<style>
a { background-color: #6F590A; }
a { background-color: rgb(111,89,10); }
div.DivClassName
{
background-color: #6F590A;
}
.BgClassName
{
background-color: #6F590A;
}
</style>
border-color css
<style>
span { border-color: #6F590A; }
span { border-color: rgb(111,89,10); }
td.TdClassName
{
border-color: #6F590A;
}
.TagClassName
{
border-color: #6F590A;
}
</style>