Shades of Raw Umber #6F4613
Tints of Raw Umber #6F4613
RGB
CMYK
RGB Variations
Color information
#6F4613 (or 0x6F4613) is known color: Raw Umber. HEX triplet: 6F, 46 and 13. RGB value is (111,70,19). Sum of RGB (Red+Green+Blue) = 111+70+19=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4613 is #90B9EC. Grayscale: #4C4C4C. Windows color (decimal): -9484781 or 1263215. OLE color: 1263215.
HSL color Cylindrical-coordinate representation of color #6F4613: hue angle of 33.26º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F4613 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 19 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.56 |
| HSL | 33.26º | 0.71% | 0.25% | - |
| HSV(B) | 33.26º | 0.83% | 0.44% | - |
| XYZ | 8.86 | 7.81 | 1.66 | - |
| YUV | 76.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 19 | 0 | 0.37 | 0.83 | 0.56 | 33.26 | 0.71 | 0.25 |
| Hex | 6F | 46 | 13 | 0 | 25 | 53 | 38 | 21 | 47 | 19 |
| Octal | 157 | 106 | 23 | 0 | 45 | 123 | 70 | 41 | 107 | 31 |
| Binary | 1101111 | 1000110 | 10011 | 0 | 100101 | 1010011 | 111000 | 100001 | 1000111 | 11001 |
Color Harmonies of #6F4613
Complementary color
Monochromatic Colors of #6F4613
Black with #6F4613
Text Example
Text Example
White with #6F4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4613; }
p { color: rgb(111,70,19); }
H1.HeaderClassName
{
color: #6F4613;
}
.AnyTagClassName
{
color: #6F4613;
}
</style>
background-color css
<style>
a { background-color: #6F4613; }
a { background-color: rgb(111,70,19); }
div.DivClassName
{
background-color: #6F4613;
}
.BgClassName
{
background-color: #6F4613;
}
</style>
border-color css
<style>
span { border-color: #6F4613; }
span { border-color: rgb(111,70,19); }
td.TdClassName
{
border-color: #6F4613;
}
.TagClassName
{
border-color: #6F4613;
}
</style>