Shades of Raw Umber #6F4605
Tints of Raw Umber #6F4605
RGB
CMYK
RGB Variations
Color information
#6F4605 (or 0x6F4605) is known color: Raw Umber. HEX triplet: 6F, 46 and 05. RGB value is (111,70,5). Sum of RGB (Red+Green+Blue) = 111+70+5=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4605 is #90B9FA. Grayscale: #4B4B4B. Windows color (decimal): -9484795 or 345711. OLE color: 345711.
HSL color Cylindrical-coordinate representation of color #6F4605: hue angle of 36.79º 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 #6F4605 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 5 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.56 |
| HSL | 36.79º | 0.91% | 0.23% | - |
| HSV(B) | 36.79º | 0.95% | 0.44% | - |
| XYZ | 8.77 | 7.77 | 1.18 | - |
| YUV | 74.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 5 | 0 | 0.37 | 0.95 | 0.56 | 36.79 | 0.91 | 0.23 |
| Hex | 6F | 46 | 5 | 0 | 25 | 5F | 38 | 25 | 5B | 17 |
| Octal | 157 | 106 | 5 | 0 | 45 | 137 | 70 | 45 | 133 | 27 |
| Binary | 1101111 | 1000110 | 101 | 0 | 100101 | 1011111 | 111000 | 100101 | 1011011 | 10111 |
Color Harmonies of #6F4605
Complementary color
Monochromatic Colors of #6F4605
Black with #6F4605
Text Example
Text Example
White with #6F4605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4605; }
p { color: rgb(111,70,5); }
H1.HeaderClassName
{
color: #6F4605;
}
.AnyTagClassName
{
color: #6F4605;
}
</style>
background-color css
<style>
a { background-color: #6F4605; }
a { background-color: rgb(111,70,5); }
div.DivClassName
{
background-color: #6F4605;
}
.BgClassName
{
background-color: #6F4605;
}
</style>
border-color css
<style>
span { border-color: #6F4605; }
span { border-color: rgb(111,70,5); }
td.TdClassName
{
border-color: #6F4605;
}
.TagClassName
{
border-color: #6F4605;
}
</style>