Shades of Raw Umber #6F510F
Tints of Raw Umber #6F510F
RGB
CMYK
RGB Variations
Color information
#6F510F (or 0x6F510F) is known color: Raw Umber. HEX triplet: 6F, 51 and 0F. RGB value is (111,81,15). Sum of RGB (Red+Green+Blue) = 111+81+15=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F510F is #90AEF0. Grayscale: #525252. Windows color (decimal): -9481969 or 1003887. OLE color: 1003887.
HSL color Cylindrical-coordinate representation of color #6F510F: hue angle of 41.25º degrees, saturation: 0.76, 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 #6F510F is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 15 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.56 |
| HSL | 41.25º | 0.76% | 0.25% | - |
| HSV(B) | 41.25º | 0.86% | 0.44% | - |
| XYZ | 9.58 | 9.3 | 1.74 | - |
| YUV | 82.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 15 | 0 | 0.27 | 0.86 | 0.56 | 41.25 | 0.76 | 0.25 |
| Hex | 6F | 51 | F | 0 | 1B | 56 | 38 | 29 | 4C | 19 |
| Octal | 157 | 121 | 17 | 0 | 33 | 126 | 70 | 51 | 114 | 31 |
| Binary | 1101111 | 1010001 | 1111 | 0 | 11011 | 1010110 | 111000 | 101001 | 1001100 | 11001 |
Color Harmonies of #6F510F
Complementary color
Monochromatic Colors of #6F510F
Black with #6F510F
Text Example
Text Example
White with #6F510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F510F; }
p { color: rgb(111,81,15); }
H1.HeaderClassName
{
color: #6F510F;
}
.AnyTagClassName
{
color: #6F510F;
}
</style>
background-color css
<style>
a { background-color: #6F510F; }
a { background-color: rgb(111,81,15); }
div.DivClassName
{
background-color: #6F510F;
}
.BgClassName
{
background-color: #6F510F;
}
</style>
border-color css
<style>
span { border-color: #6F510F; }
span { border-color: rgb(111,81,15); }
td.TdClassName
{
border-color: #6F510F;
}
.TagClassName
{
border-color: #6F510F;
}
</style>