Shades of Raw Umber #6F510A
Tints of Raw Umber #6F510A
RGB
CMYK
RGB Variations
Color information
#6F510A (or 0x6F510A) is known color: Raw Umber. HEX triplet: 6F, 51 and 0A. RGB value is (111,81,10). Sum of RGB (Red+Green+Blue) = 111+81+10=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F510A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F510A is #90AEF5. Grayscale: #525252. Windows color (decimal): -9481974 or 676207. OLE color: 676207.
HSL color Cylindrical-coordinate representation of color #6F510A: hue angle of 42.18º 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 #6F510A is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 10 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.56 |
| HSL | 42.18º | 0.83% | 0.24% | - |
| HSV(B) | 42.18º | 0.91% | 0.44% | - |
| XYZ | 9.55 | 9.29 | 1.58 | - |
| YUV | 81.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 10 | 0 | 0.27 | 0.91 | 0.56 | 42.18 | 0.83 | 0.24 |
| Hex | 6F | 51 | A | 0 | 1B | 5B | 38 | 2A | 53 | 18 |
| Octal | 157 | 121 | 12 | 0 | 33 | 133 | 70 | 52 | 123 | 30 |
| Binary | 1101111 | 1010001 | 1010 | 0 | 11011 | 1011011 | 111000 | 101010 | 1010011 | 11000 |
Color Harmonies of #6F510A
Complementary color
Monochromatic Colors of #6F510A
Black with #6F510A
Text Example
Text Example
White with #6F510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F510A; }
p { color: rgb(111,81,10); }
H1.HeaderClassName
{
color: #6F510A;
}
.AnyTagClassName
{
color: #6F510A;
}
</style>
background-color css
<style>
a { background-color: #6F510A; }
a { background-color: rgb(111,81,10); }
div.DivClassName
{
background-color: #6F510A;
}
.BgClassName
{
background-color: #6F510A;
}
</style>
border-color css
<style>
span { border-color: #6F510A; }
span { border-color: rgb(111,81,10); }
td.TdClassName
{
border-color: #6F510A;
}
.TagClassName
{
border-color: #6F510A;
}
</style>