Shades of Raw Umber #6F520F
Tints of Raw Umber #6F520F
RGB
CMYK
RGB Variations
Color information
#6F520F (or 0x6F520F) is known color: Raw Umber. HEX triplet: 6F, 52 and 0F. RGB value is (111,82,15). Sum of RGB (Red+Green+Blue) = 111+82+15=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F520F is #90ADF0. Grayscale: #535353. Windows color (decimal): -9481713 or 1004143. OLE color: 1004143.
HSL color Cylindrical-coordinate representation of color #6F520F: hue angle of 41.88º 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 #6F520F is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 82 | 15 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.56 |
| HSL | 41.88º | 0.76% | 0.25% | - |
| HSV(B) | 41.88º | 0.86% | 0.44% | - |
| XYZ | 9.66 | 9.45 | 1.77 | - |
| YUV | 83.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 15 | 0 | 0.26 | 0.86 | 0.56 | 41.88 | 0.76 | 0.25 |
| Hex | 6F | 52 | F | 0 | 1A | 56 | 38 | 2A | 4C | 19 |
| Octal | 157 | 122 | 17 | 0 | 32 | 126 | 70 | 52 | 114 | 31 |
| Binary | 1101111 | 1010010 | 1111 | 0 | 11010 | 1010110 | 111000 | 101010 | 1001100 | 11001 |
Color Harmonies of #6F520F
Complementary color
Monochromatic Colors of #6F520F
Black with #6F520F
Text Example
Text Example
White with #6F520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F520F; }
p { color: rgb(111,82,15); }
H1.HeaderClassName
{
color: #6F520F;
}
.AnyTagClassName
{
color: #6F520F;
}
</style>
background-color css
<style>
a { background-color: #6F520F; }
a { background-color: rgb(111,82,15); }
div.DivClassName
{
background-color: #6F520F;
}
.BgClassName
{
background-color: #6F520F;
}
</style>
border-color css
<style>
span { border-color: #6F520F; }
span { border-color: rgb(111,82,15); }
td.TdClassName
{
border-color: #6F520F;
}
.TagClassName
{
border-color: #6F520F;
}
</style>