Shades of Raw Umber #6F4702
Tints of Raw Umber #6F4702
RGB
CMYK
RGB Variations
Color information
#6F4702 (or 0x6F4702) is known color: Raw Umber. HEX triplet: 6F, 47 and 02. RGB value is (111,71,2). Sum of RGB (Red+Green+Blue) = 111+71+2=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4702 is #90B8FD. Grayscale: #4B4B4B. Windows color (decimal): -9484542 or 149359. OLE color: 149359.
HSL color Cylindrical-coordinate representation of color #6F4702: hue angle of 37.98º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F4702 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 2 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.56 |
| HSL | 37.98º | 0.96% | 0.22% | - |
| HSV(B) | 37.98º | 0.98% | 0.44% | - |
| XYZ | 8.82 | 7.89 | 1.12 | - |
| YUV | 75.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 2 | 0 | 0.36 | 0.98 | 0.56 | 37.98 | 0.96 | 0.22 |
| Hex | 6F | 47 | 2 | 0 | 24 | 62 | 38 | 26 | 60 | 16 |
| Octal | 157 | 107 | 2 | 0 | 44 | 142 | 70 | 46 | 140 | 26 |
| Binary | 1101111 | 1000111 | 10 | 0 | 100100 | 1100010 | 111000 | 100110 | 1100000 | 10110 |
Color Harmonies of #6F4702
Complementary color
Monochromatic Colors of #6F4702
Black with #6F4702
Text Example
Text Example
White with #6F4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4702; }
p { color: rgb(111,71,2); }
H1.HeaderClassName
{
color: #6F4702;
}
.AnyTagClassName
{
color: #6F4702;
}
</style>
background-color css
<style>
a { background-color: #6F4702; }
a { background-color: rgb(111,71,2); }
div.DivClassName
{
background-color: #6F4702;
}
.BgClassName
{
background-color: #6F4702;
}
</style>
border-color css
<style>
span { border-color: #6F4702; }
span { border-color: rgb(111,71,2); }
td.TdClassName
{
border-color: #6F4702;
}
.TagClassName
{
border-color: #6F4702;
}
</style>