Shades of Raw Umber #6F4F08
Tints of Raw Umber #6F4F08
RGB
CMYK
RGB Variations
Color information
#6F4F08 (or 0x6F4F08) is known color: Raw Umber. HEX triplet: 6F, 4F and 08. RGB value is (111,79,8). Sum of RGB (Red+Green+Blue) = 111+79+8=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4F08 is #90B0F7. Grayscale: #505050. Windows color (decimal): -9482488 or 544623. OLE color: 544623.
HSL color Cylindrical-coordinate representation of color #6F4F08: hue angle of 41.36º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F4F08 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 79 | 8 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.56 |
| HSL | 41.36º | 0.87% | 0.23% | - |
| HSV(B) | 41.36º | 0.93% | 0.44% | - |
| XYZ | 9.4 | 8.99 | 1.47 | - |
| YUV | 80.47 | 87.1 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 8 | 0 | 0.29 | 0.93 | 0.56 | 41.36 | 0.87 | 0.23 |
| Hex | 6F | 4F | 8 | 0 | 1D | 5D | 38 | 29 | 57 | 17 |
| Octal | 157 | 117 | 10 | 0 | 35 | 135 | 70 | 51 | 127 | 27 |
| Binary | 1101111 | 1001111 | 1000 | 0 | 11101 | 1011101 | 111000 | 101001 | 1010111 | 10111 |
Color Harmonies of #6F4F08
Complementary color
Monochromatic Colors of #6F4F08
Black with #6F4F08
Text Example
Text Example
White with #6F4F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4F08; }
p { color: rgb(111,79,8); }
H1.HeaderClassName
{
color: #6F4F08;
}
.AnyTagClassName
{
color: #6F4F08;
}
</style>
background-color css
<style>
a { background-color: #6F4F08; }
a { background-color: rgb(111,79,8); }
div.DivClassName
{
background-color: #6F4F08;
}
.BgClassName
{
background-color: #6F4F08;
}
</style>
border-color css
<style>
span { border-color: #6F4F08; }
span { border-color: rgb(111,79,8); }
td.TdClassName
{
border-color: #6F4F08;
}
.TagClassName
{
border-color: #6F4F08;
}
</style>