Shades of Raw Umber #6F560A
Tints of Raw Umber #6F560A
RGB
CMYK
RGB Variations
Color information
#6F560A (or 0x6F560A) is known color: Raw Umber. HEX triplet: 6F, 56 and 0A. RGB value is (111,86,10). Sum of RGB (Red+Green+Blue) = 111+86+10=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F560A is #90A9F5. Grayscale: #555555. Windows color (decimal): -9480694 or 677487. OLE color: 677487.
HSL color Cylindrical-coordinate representation of color #6F560A: hue angle of 45.15º 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 #6F560A is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 10 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.56 |
| HSL | 45.15º | 0.83% | 0.24% | - |
| HSV(B) | 45.15º | 0.91% | 0.44% | - |
| XYZ | 9.94 | 10.06 | 1.7 | - |
| YUV | 84.81 | 85.78 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 10 | 0 | 0.23 | 0.91 | 0.56 | 45.15 | 0.83 | 0.24 |
| Hex | 6F | 56 | A | 0 | 17 | 5B | 38 | 2D | 53 | 18 |
| Octal | 157 | 126 | 12 | 0 | 27 | 133 | 70 | 55 | 123 | 30 |
| Binary | 1101111 | 1010110 | 1010 | 0 | 10111 | 1011011 | 111000 | 101101 | 1010011 | 11000 |
Color Harmonies of #6F560A
Complementary color
Monochromatic Colors of #6F560A
Black with #6F560A
Text Example
Text Example
White with #6F560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F560A; }
p { color: rgb(111,86,10); }
H1.HeaderClassName
{
color: #6F560A;
}
.AnyTagClassName
{
color: #6F560A;
}
</style>
background-color css
<style>
a { background-color: #6F560A; }
a { background-color: rgb(111,86,10); }
div.DivClassName
{
background-color: #6F560A;
}
.BgClassName
{
background-color: #6F560A;
}
</style>
border-color css
<style>
span { border-color: #6F560A; }
span { border-color: rgb(111,86,10); }
td.TdClassName
{
border-color: #6F560A;
}
.TagClassName
{
border-color: #6F560A;
}
</style>