Shades of Raw Umber #6F4804
Tints of Raw Umber #6F4804
RGB
CMYK
RGB Variations
Color information
#6F4804 (or 0x6F4804) is known color: Raw Umber. HEX triplet: 6F, 48 and 04. RGB value is (111,72,4). Sum of RGB (Red+Green+Blue) = 111+72+4=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4804 is #90B7FB. Grayscale: #4C4C4C. Windows color (decimal): -9484284 or 280687. OLE color: 280687.
HSL color Cylindrical-coordinate representation of color #6F4804: hue angle of 38.13º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F4804 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 4 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.56 |
| HSL | 38.13º | 0.93% | 0.23% | - |
| HSV(B) | 38.13º | 0.96% | 0.44% | - |
| XYZ | 8.89 | 8.02 | 1.19 | - |
| YUV | 75.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 4 | 0 | 0.35 | 0.96 | 0.56 | 38.13 | 0.93 | 0.23 |
| Hex | 6F | 48 | 4 | 0 | 23 | 60 | 38 | 26 | 5D | 17 |
| Octal | 157 | 110 | 4 | 0 | 43 | 140 | 70 | 46 | 135 | 27 |
| Binary | 1101111 | 1001000 | 100 | 0 | 100011 | 1100000 | 111000 | 100110 | 1011101 | 10111 |
Color Harmonies of #6F4804
Complementary color
Monochromatic Colors of #6F4804
Black with #6F4804
Text Example
Text Example
White with #6F4804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4804; }
p { color: rgb(111,72,4); }
H1.HeaderClassName
{
color: #6F4804;
}
.AnyTagClassName
{
color: #6F4804;
}
</style>
background-color css
<style>
a { background-color: #6F4804; }
a { background-color: rgb(111,72,4); }
div.DivClassName
{
background-color: #6F4804;
}
.BgClassName
{
background-color: #6F4804;
}
</style>
border-color css
<style>
span { border-color: #6F4804; }
span { border-color: rgb(111,72,4); }
td.TdClassName
{
border-color: #6F4804;
}
.TagClassName
{
border-color: #6F4804;
}
</style>