Shades of Raw Umber #6E3C00
Tints of Raw Umber #6E3C00
RGB
CMYK
RGB Variations
Color information
#6E3C00 (or 0x6E3C00) is known color: Raw Umber. HEX triplet: 6E, 3C and 00. RGB value is (110,60,0). Sum of RGB (Red+Green+Blue) = 110+60+0=170 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.71% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3C00 is #91C3FF. Grayscale: #444444. Windows color (decimal): -9552896 or 15470. OLE color: 15470.
HSL color Cylindrical-coordinate representation of color #6E3C00: hue angle of 32.73º 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 #6E3C00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 60 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.57 |
| HSL | 32.73º | 1% | 0.22% | - |
| HSV(B) | 32.73º | 1% | 0.43% | - |
| XYZ | 8.05 | 6.55 | 0.84 | - |
| YUV | 68.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 0 | 0 | 0.45 | 1 | 0.57 | 32.73 | 1 | 0.22 |
| Hex | 6E | 3C | 0 | 0 | 2D | 64 | 39 | 21 | 64 | 16 |
| Octal | 156 | 74 | 0 | 0 | 55 | 144 | 71 | 41 | 144 | 26 |
| Binary | 1101110 | 111100 | 0 | 0 | 101101 | 1100100 | 111001 | 100001 | 1100100 | 10110 |
Color Harmonies of #6E3C00
Complementary color
Monochromatic Colors of #6E3C00
Black with #6E3C00
Text Example
Text Example
White with #6E3C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3C00; }
p { color: rgb(110,60,0); }
H1.HeaderClassName
{
color: #6E3C00;
}
.AnyTagClassName
{
color: #6E3C00;
}
</style>
background-color css
<style>
a { background-color: #6E3C00; }
a { background-color: rgb(110,60,0); }
div.DivClassName
{
background-color: #6E3C00;
}
.BgClassName
{
background-color: #6E3C00;
}
</style>
border-color css
<style>
span { border-color: #6E3C00; }
span { border-color: rgb(110,60,0); }
td.TdClassName
{
border-color: #6E3C00;
}
.TagClassName
{
border-color: #6E3C00;
}
</style>