Shades of Raw Umber #6F5F04
Tints of Raw Umber #6F5F04
RGB
CMYK
RGB Variations
Color information
#6F5F04 (or 0x6F5F04) is known color: Raw Umber. HEX triplet: 6F, 5F and 04. RGB value is (111,95,4). Sum of RGB (Red+Green+Blue) = 111+95+4=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5F04 is #90A0FB. Grayscale: #595959. Windows color (decimal): -9478396 or 286575. OLE color: 286575.
HSL color Cylindrical-coordinate representation of color #6F5F04: hue angle of 51.03º 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 #6F5F04 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 4 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.56 |
| HSL | 51.03º | 0.93% | 0.23% | - |
| HSV(B) | 51.03º | 0.96% | 0.44% | - |
| XYZ | 10.67 | 11.57 | 1.79 | - |
| YUV | 89.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 4 | 0 | 0.14 | 0.96 | 0.56 | 51.03 | 0.93 | 0.23 |
| Hex | 6F | 5F | 4 | 0 | E | 60 | 38 | 33 | 5D | 17 |
| Octal | 157 | 137 | 4 | 0 | 16 | 140 | 70 | 63 | 135 | 27 |
| Binary | 1101111 | 1011111 | 100 | 0 | 1110 | 1100000 | 111000 | 110011 | 1011101 | 10111 |
Color Harmonies of #6F5F04
Complementary color
Monochromatic Colors of #6F5F04
Black with #6F5F04
Text Example
Text Example
White with #6F5F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F04; }
p { color: rgb(111,95,4); }
H1.HeaderClassName
{
color: #6F5F04;
}
.AnyTagClassName
{
color: #6F5F04;
}
</style>
background-color css
<style>
a { background-color: #6F5F04; }
a { background-color: rgb(111,95,4); }
div.DivClassName
{
background-color: #6F5F04;
}
.BgClassName
{
background-color: #6F5F04;
}
</style>
border-color css
<style>
span { border-color: #6F5F04; }
span { border-color: rgb(111,95,4); }
td.TdClassName
{
border-color: #6F5F04;
}
.TagClassName
{
border-color: #6F5F04;
}
</style>