Shades of Raw Umber #6F5810
Tints of Raw Umber #6F5810
RGB
CMYK
RGB Variations
Color information
#6F5810 (or 0x6F5810) is known color: Raw Umber. HEX triplet: 6F, 58 and 10. RGB value is (111,88,16). Sum of RGB (Red+Green+Blue) = 111+88+16=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5810 is #90A7EF. Grayscale: #565656. Windows color (decimal): -9480176 or 1071215. OLE color: 1071215.
HSL color Cylindrical-coordinate representation of color #6F5810: hue angle of 45.47º 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 #6F5810 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 16 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.56 |
| HSL | 45.47º | 0.75% | 0.25% | - |
| HSV(B) | 45.47º | 0.86% | 0.44% | - |
| XYZ | 10.14 | 10.4 | 1.96 | - |
| YUV | 86.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 16 | 0 | 0.21 | 0.86 | 0.56 | 45.47 | 0.75 | 0.25 |
| Hex | 6F | 58 | 10 | 0 | 15 | 56 | 38 | 2D | 4B | 19 |
| Octal | 157 | 130 | 20 | 0 | 25 | 126 | 70 | 55 | 113 | 31 |
| Binary | 1101111 | 1011000 | 10000 | 0 | 10101 | 1010110 | 111000 | 101101 | 1001011 | 11001 |
Color Harmonies of #6F5810
Complementary color
Monochromatic Colors of #6F5810
Black with #6F5810
Text Example
Text Example
White with #6F5810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5810; }
p { color: rgb(111,88,16); }
H1.HeaderClassName
{
color: #6F5810;
}
.AnyTagClassName
{
color: #6F5810;
}
</style>
background-color css
<style>
a { background-color: #6F5810; }
a { background-color: rgb(111,88,16); }
div.DivClassName
{
background-color: #6F5810;
}
.BgClassName
{
background-color: #6F5810;
}
</style>
border-color css
<style>
span { border-color: #6F5810; }
span { border-color: rgb(111,88,16); }
td.TdClassName
{
border-color: #6F5810;
}
.TagClassName
{
border-color: #6F5810;
}
</style>