Shades of Raw Umber #6F470F
Tints of Raw Umber #6F470F
RGB
CMYK
RGB Variations
Color information
#6F470F (or 0x6F470F) is known color: Raw Umber. HEX triplet: 6F, 47 and 0F. RGB value is (111,71,15). Sum of RGB (Red+Green+Blue) = 111+71+15=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F470F is #90B8F0. Grayscale: #4C4C4C. Windows color (decimal): -9484529 or 1001327. OLE color: 1001327.
HSL color Cylindrical-coordinate representation of color #6F470F: hue angle of 35º 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 #6F470F is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 15 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.56 |
| HSL | 35º | 0.76% | 0.25% | - |
| HSV(B) | 35º | 0.86% | 0.44% | - |
| XYZ | 8.9 | 7.92 | 1.51 | - |
| YUV | 76.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 15 | 0 | 0.36 | 0.86 | 0.56 | 35 | 0.76 | 0.25 |
| Hex | 6F | 47 | F | 0 | 24 | 56 | 38 | 23 | 4C | 19 |
| Octal | 157 | 107 | 17 | 0 | 44 | 126 | 70 | 43 | 114 | 31 |
| Binary | 1101111 | 1000111 | 1111 | 0 | 100100 | 1010110 | 111000 | 100011 | 1001100 | 11001 |
Color Harmonies of #6F470F
Complementary color
Monochromatic Colors of #6F470F
Black with #6F470F
Text Example
Text Example
White with #6F470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F470F; }
p { color: rgb(111,71,15); }
H1.HeaderClassName
{
color: #6F470F;
}
.AnyTagClassName
{
color: #6F470F;
}
</style>
background-color css
<style>
a { background-color: #6F470F; }
a { background-color: rgb(111,71,15); }
div.DivClassName
{
background-color: #6F470F;
}
.BgClassName
{
background-color: #6F470F;
}
</style>
border-color css
<style>
span { border-color: #6F470F; }
span { border-color: rgb(111,71,15); }
td.TdClassName
{
border-color: #6F470F;
}
.TagClassName
{
border-color: #6F470F;
}
</style>