Shades of Raw Umber #6F5215
Tints of Raw Umber #6F5215
RGB
CMYK
RGB Variations
Color information
#6F5215 (or 0x6F5215) is known color: Raw Umber. HEX triplet: 6F, 52 and 15. RGB value is (111,82,21). Sum of RGB (Red+Green+Blue) = 111+82+21=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5215 is #90ADEA. Grayscale: #535353. Windows color (decimal): -9481707 or 1397359. OLE color: 1397359.
HSL color Cylindrical-coordinate representation of color #6F5215: hue angle of 40.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F5215 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 82 | 21 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.56 |
| HSL | 40.67º | 0.68% | 0.26% | - |
| HSV(B) | 40.67º | 0.81% | 0.44% | - |
| XYZ | 9.71 | 9.47 | 2.03 | - |
| YUV | 83.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 21 | 0 | 0.26 | 0.81 | 0.56 | 40.67 | 0.68 | 0.26 |
| Hex | 6F | 52 | 15 | 0 | 1A | 51 | 38 | 29 | 44 | 1A |
| Octal | 157 | 122 | 25 | 0 | 32 | 121 | 70 | 51 | 104 | 32 |
| Binary | 1101111 | 1010010 | 10101 | 0 | 11010 | 1010001 | 111000 | 101001 | 1000100 | 11010 |
Color Harmonies of #6F5215
Complementary color
Monochromatic Colors of #6F5215
Black with #6F5215
Text Example
Text Example
White with #6F5215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5215; }
p { color: rgb(111,82,21); }
H1.HeaderClassName
{
color: #6F5215;
}
.AnyTagClassName
{
color: #6F5215;
}
</style>
background-color css
<style>
a { background-color: #6F5215; }
a { background-color: rgb(111,82,21); }
div.DivClassName
{
background-color: #6F5215;
}
.BgClassName
{
background-color: #6F5215;
}
</style>
border-color css
<style>
span { border-color: #6F5215; }
span { border-color: rgb(111,82,21); }
td.TdClassName
{
border-color: #6F5215;
}
.TagClassName
{
border-color: #6F5215;
}
</style>