Shades of Raw Umber #6E3500
Tints of Raw Umber #6E3500
RGB
CMYK
RGB Variations
Color information
#6E3500 (or 0x6E3500) is known color: Raw Umber. HEX triplet: 6E, 35 and 00. RGB value is (110,53,0). Sum of RGB (Red+Green+Blue) = 110+53+0=163 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.48% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3500 is #91CAFF. Grayscale: #404040. Windows color (decimal): -9554688 or 13678. OLE color: 13678.
HSL color Cylindrical-coordinate representation of color #6E3500: hue angle of 28.91º 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 #6E3500 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 53 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.57 |
| HSL | 28.91º | 1% | 0.22% | - |
| HSV(B) | 28.91º | 1% | 0.43% | - |
| XYZ | 7.7 | 5.86 | 0.73 | - |
| YUV | 64 | 91.88 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 53 | 0 | 0 | 0.52 | 1 | 0.57 | 28.91 | 1 | 0.22 |
| Hex | 6E | 35 | 0 | 0 | 34 | 64 | 39 | 1D | 64 | 16 |
| Octal | 156 | 65 | 0 | 0 | 64 | 144 | 71 | 35 | 144 | 26 |
| Binary | 1101110 | 110101 | 0 | 0 | 110100 | 1100100 | 111001 | 11101 | 1100100 | 10110 |
Color Harmonies of #6E3500
Complementary color
Monochromatic Colors of #6E3500
Black with #6E3500
Text Example
Text Example
White with #6E3500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3500; }
p { color: rgb(110,53,0); }
H1.HeaderClassName
{
color: #6E3500;
}
.AnyTagClassName
{
color: #6E3500;
}
</style>
background-color css
<style>
a { background-color: #6E3500; }
a { background-color: rgb(110,53,0); }
div.DivClassName
{
background-color: #6E3500;
}
.BgClassName
{
background-color: #6E3500;
}
</style>
border-color css
<style>
span { border-color: #6E3500; }
span { border-color: rgb(110,53,0); }
td.TdClassName
{
border-color: #6E3500;
}
.TagClassName
{
border-color: #6E3500;
}
</style>