Shades of Raw Umber #6E5C00
Tints of Raw Umber #6E5C00
RGB
CMYK
RGB Variations
Color information
#6E5C00 (or 0x6E5C00) is known color: Raw Umber. HEX triplet: 6E, 5C and 00. RGB value is (110,92,0). Sum of RGB (Red+Green+Blue) = 110+92+0=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5C00 is #91A3FF. Grayscale: #575757. Windows color (decimal): -9544704 or 23662. OLE color: 23662.
HSL color Cylindrical-coordinate representation of color #6E5C00: hue angle of 50.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E5C00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 92 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.57 |
| HSL | 50.18º | 1% | 0.22% | - |
| HSV(B) | 50.18º | 1% | 0.43% | - |
| XYZ | 10.26 | 10.97 | 1.58 | - |
| YUV | 86.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 92 | 0 | 0 | 0.16 | 1 | 0.57 | 50.18 | 1 | 0.22 |
| Hex | 6E | 5C | 0 | 0 | 10 | 64 | 39 | 32 | 64 | 16 |
| Octal | 156 | 134 | 0 | 0 | 20 | 144 | 71 | 62 | 144 | 26 |
| Binary | 1101110 | 1011100 | 0 | 0 | 10000 | 1100100 | 111001 | 110010 | 1100100 | 10110 |
Color Harmonies of #6E5C00
Complementary color
Monochromatic Colors of #6E5C00
Black with #6E5C00
Text Example
Text Example
White with #6E5C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5C00; }
p { color: rgb(110,92,0); }
H1.HeaderClassName
{
color: #6E5C00;
}
.AnyTagClassName
{
color: #6E5C00;
}
</style>
background-color css
<style>
a { background-color: #6E5C00; }
a { background-color: rgb(110,92,0); }
div.DivClassName
{
background-color: #6E5C00;
}
.BgClassName
{
background-color: #6E5C00;
}
</style>
border-color css
<style>
span { border-color: #6E5C00; }
span { border-color: rgb(110,92,0); }
td.TdClassName
{
border-color: #6E5C00;
}
.TagClassName
{
border-color: #6E5C00;
}
</style>