Shades of Raw Umber #6F4705
Tints of Raw Umber #6F4705
RGB
CMYK
RGB Variations
Color information
#6F4705 (or 0x6F4705) is known color: Raw Umber. HEX triplet: 6F, 47 and 05. RGB value is (111,71,5). Sum of RGB (Red+Green+Blue) = 111+71+5=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4705 is #90B8FA. Grayscale: #4B4B4B. Windows color (decimal): -9484539 or 345967. OLE color: 345967.
HSL color Cylindrical-coordinate representation of color #6F4705: hue angle of 37.36º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F4705 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 5 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.56 |
| HSL | 37.36º | 0.91% | 0.23% | - |
| HSV(B) | 37.36º | 0.95% | 0.44% | - |
| XYZ | 8.84 | 7.9 | 1.2 | - |
| YUV | 75.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 5 | 0 | 0.36 | 0.95 | 0.56 | 37.36 | 0.91 | 0.23 |
| Hex | 6F | 47 | 5 | 0 | 24 | 5F | 38 | 25 | 5B | 17 |
| Octal | 157 | 107 | 5 | 0 | 44 | 137 | 70 | 45 | 133 | 27 |
| Binary | 1101111 | 1000111 | 101 | 0 | 100100 | 1011111 | 111000 | 100101 | 1011011 | 10111 |
Color Harmonies of #6F4705
Complementary color
Monochromatic Colors of #6F4705
Black with #6F4705
Text Example
Text Example
White with #6F4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4705; }
p { color: rgb(111,71,5); }
H1.HeaderClassName
{
color: #6F4705;
}
.AnyTagClassName
{
color: #6F4705;
}
</style>
background-color css
<style>
a { background-color: #6F4705; }
a { background-color: rgb(111,71,5); }
div.DivClassName
{
background-color: #6F4705;
}
.BgClassName
{
background-color: #6F4705;
}
</style>
border-color css
<style>
span { border-color: #6F4705; }
span { border-color: rgb(111,71,5); }
td.TdClassName
{
border-color: #6F4705;
}
.TagClassName
{
border-color: #6F4705;
}
</style>