Shades of Raw Umber #6F5E04
Tints of Raw Umber #6F5E04
RGB
CMYK
RGB Variations
Color information
#6F5E04 (or 0x6F5E04) is known color: Raw Umber. HEX triplet: 6F, 5E and 04. RGB value is (111,94,4). Sum of RGB (Red+Green+Blue) = 111+94+4=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5E04 is #90A1FB. Grayscale: #595959. Windows color (decimal): -9478652 or 286319. OLE color: 286319.
HSL color Cylindrical-coordinate representation of color #6F5E04: hue angle of 50.47º 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 #6F5E04 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 4 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.56 |
| HSL | 50.47º | 0.93% | 0.23% | - |
| HSV(B) | 50.47º | 0.96% | 0.44% | - |
| XYZ | 10.58 | 11.39 | 1.76 | - |
| YUV | 88.82 | 80.13 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 4 | 0 | 0.15 | 0.96 | 0.56 | 50.47 | 0.93 | 0.23 |
| Hex | 6F | 5E | 4 | 0 | F | 60 | 38 | 32 | 5D | 17 |
| Octal | 157 | 136 | 4 | 0 | 17 | 140 | 70 | 62 | 135 | 27 |
| Binary | 1101111 | 1011110 | 100 | 0 | 1111 | 1100000 | 111000 | 110010 | 1011101 | 10111 |
Color Harmonies of #6F5E04
Complementary color
Monochromatic Colors of #6F5E04
Black with #6F5E04
Text Example
Text Example
White with #6F5E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E04; }
p { color: rgb(111,94,4); }
H1.HeaderClassName
{
color: #6F5E04;
}
.AnyTagClassName
{
color: #6F5E04;
}
</style>
background-color css
<style>
a { background-color: #6F5E04; }
a { background-color: rgb(111,94,4); }
div.DivClassName
{
background-color: #6F5E04;
}
.BgClassName
{
background-color: #6F5E04;
}
</style>
border-color css
<style>
span { border-color: #6F5E04; }
span { border-color: rgb(111,94,4); }
td.TdClassName
{
border-color: #6F5E04;
}
.TagClassName
{
border-color: #6F5E04;
}
</style>