Shades of Raw Umber #6E5F04
Tints of Raw Umber #6E5F04
RGB
CMYK
RGB Variations
Color information
#6E5F04 (or 0x6E5F04) is known color: Raw Umber. HEX triplet: 6E, 5F and 04. RGB value is (110,95,4). Sum of RGB (Red+Green+Blue) = 110+95+4=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5F04 is #91A0FB. Grayscale: #595959. Windows color (decimal): -9543932 or 286574. OLE color: 286574.
HSL color Cylindrical-coordinate representation of color #6E5F04: hue angle of 51.51º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E5F04 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 95 | 4 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.57 |
| HSL | 51.51º | 0.93% | 0.22% | - |
| HSV(B) | 51.51º | 0.96% | 0.43% | - |
| XYZ | 10.54 | 11.51 | 1.78 | - |
| YUV | 89.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 4 | 0 | 0.14 | 0.96 | 0.57 | 51.51 | 0.93 | 0.22 |
| Hex | 6E | 5F | 4 | 0 | E | 60 | 39 | 34 | 5D | 16 |
| Octal | 156 | 137 | 4 | 0 | 16 | 140 | 71 | 64 | 135 | 26 |
| Binary | 1101110 | 1011111 | 100 | 0 | 1110 | 1100000 | 111001 | 110100 | 1011101 | 10110 |
Color Harmonies of #6E5F04
Complementary color
Monochromatic Colors of #6E5F04
Black with #6E5F04
Text Example
Text Example
White with #6E5F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F04; }
p { color: rgb(110,95,4); }
H1.HeaderClassName
{
color: #6E5F04;
}
.AnyTagClassName
{
color: #6E5F04;
}
</style>
background-color css
<style>
a { background-color: #6E5F04; }
a { background-color: rgb(110,95,4); }
div.DivClassName
{
background-color: #6E5F04;
}
.BgClassName
{
background-color: #6E5F04;
}
</style>
border-color css
<style>
span { border-color: #6E5F04; }
span { border-color: rgb(110,95,4); }
td.TdClassName
{
border-color: #6E5F04;
}
.TagClassName
{
border-color: #6E5F04;
}
</style>