Shades of Raw Umber #6E5A04
Tints of Raw Umber #6E5A04
RGB
CMYK
RGB Variations
Color information
#6E5A04 (or 0x6E5A04) is known color: Raw Umber. HEX triplet: 6E, 5A and 04. RGB value is (110,90,4). Sum of RGB (Red+Green+Blue) = 110+90+4=204 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.92% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5A04 is #91A5FB. Grayscale: #565656. Windows color (decimal): -9545212 or 285294. OLE color: 285294.
HSL color Cylindrical-coordinate representation of color #6E5A04: hue angle of 48.68º 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 #6E5A04 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 90 | 4 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.57 |
| HSL | 48.68º | 0.93% | 0.22% | - |
| HSV(B) | 48.68º | 0.96% | 0.43% | - |
| XYZ | 10.11 | 10.64 | 1.64 | - |
| YUV | 86.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 4 | 0 | 0.18 | 0.96 | 0.57 | 48.68 | 0.93 | 0.22 |
| Hex | 6E | 5A | 4 | 0 | 12 | 60 | 39 | 31 | 5D | 16 |
| Octal | 156 | 132 | 4 | 0 | 22 | 140 | 71 | 61 | 135 | 26 |
| Binary | 1101110 | 1011010 | 100 | 0 | 10010 | 1100000 | 111001 | 110001 | 1011101 | 10110 |
Color Harmonies of #6E5A04
Complementary color
Monochromatic Colors of #6E5A04
Black with #6E5A04
Text Example
Text Example
White with #6E5A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5A04; }
p { color: rgb(110,90,4); }
H1.HeaderClassName
{
color: #6E5A04;
}
.AnyTagClassName
{
color: #6E5A04;
}
</style>
background-color css
<style>
a { background-color: #6E5A04; }
a { background-color: rgb(110,90,4); }
div.DivClassName
{
background-color: #6E5A04;
}
.BgClassName
{
background-color: #6E5A04;
}
</style>
border-color css
<style>
span { border-color: #6E5A04; }
span { border-color: rgb(110,90,4); }
td.TdClassName
{
border-color: #6E5A04;
}
.TagClassName
{
border-color: #6E5A04;
}
</style>