Shades of Raw Umber #6F5710
Tints of Raw Umber #6F5710
RGB
CMYK
RGB Variations
Color information
#6F5710 (or 0x6F5710) is known color: Raw Umber. HEX triplet: 6F, 57 and 10. RGB value is (111,87,16). Sum of RGB (Red+Green+Blue) = 111+87+16=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5710 is #90A8EF. Grayscale: #565656. Windows color (decimal): -9480432 or 1070959. OLE color: 1070959.
HSL color Cylindrical-coordinate representation of color #6F5710: hue angle of 44.84º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F5710 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 16 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.56 |
| HSL | 44.84º | 0.75% | 0.25% | - |
| HSV(B) | 44.84º | 0.86% | 0.44% | - |
| XYZ | 10.06 | 10.23 | 1.94 | - |
| YUV | 86.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 16 | 0 | 0.22 | 0.86 | 0.56 | 44.84 | 0.75 | 0.25 |
| Hex | 6F | 57 | 10 | 0 | 16 | 56 | 38 | 2D | 4B | 19 |
| Octal | 157 | 127 | 20 | 0 | 26 | 126 | 70 | 55 | 113 | 31 |
| Binary | 1101111 | 1010111 | 10000 | 0 | 10110 | 1010110 | 111000 | 101101 | 1001011 | 11001 |
Color Harmonies of #6F5710
Complementary color
Monochromatic Colors of #6F5710
Black with #6F5710
Text Example
Text Example
White with #6F5710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5710; }
p { color: rgb(111,87,16); }
H1.HeaderClassName
{
color: #6F5710;
}
.AnyTagClassName
{
color: #6F5710;
}
</style>
background-color css
<style>
a { background-color: #6F5710; }
a { background-color: rgb(111,87,16); }
div.DivClassName
{
background-color: #6F5710;
}
.BgClassName
{
background-color: #6F5710;
}
</style>
border-color css
<style>
span { border-color: #6F5710; }
span { border-color: rgb(111,87,16); }
td.TdClassName
{
border-color: #6F5710;
}
.TagClassName
{
border-color: #6F5710;
}
</style>