Shades of Raw Umber #6E3602
Tints of Raw Umber #6E3602
RGB
CMYK
RGB Variations
Color information
#6E3602 (or 0x6E3602) is known color: Raw Umber. HEX triplet: 6E, 36 and 02. RGB value is (110,54,2). Sum of RGB (Red+Green+Blue) = 110+54+2=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3602 is #91C9FD. Grayscale: #414141. Windows color (decimal): -9554430 or 145006. OLE color: 145006.
HSL color Cylindrical-coordinate representation of color #6E3602: hue angle of 28.89º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E3602 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 54 | 2 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.57 |
| HSL | 28.89º | 0.96% | 0.22% | - |
| HSV(B) | 28.89º | 0.98% | 0.43% | - |
| XYZ | 7.76 | 5.96 | 0.8 | - |
| YUV | 64.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 2 | 0 | 0.51 | 0.98 | 0.57 | 28.89 | 0.96 | 0.22 |
| Hex | 6E | 36 | 2 | 0 | 33 | 62 | 39 | 1D | 60 | 16 |
| Octal | 156 | 66 | 2 | 0 | 63 | 142 | 71 | 35 | 140 | 26 |
| Binary | 1101110 | 110110 | 10 | 0 | 110011 | 1100010 | 111001 | 11101 | 1100000 | 10110 |
Color Harmonies of #6E3602
Complementary color
Monochromatic Colors of #6E3602
Black with #6E3602
Text Example
Text Example
White with #6E3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3602; }
p { color: rgb(110,54,2); }
H1.HeaderClassName
{
color: #6E3602;
}
.AnyTagClassName
{
color: #6E3602;
}
</style>
background-color css
<style>
a { background-color: #6E3602; }
a { background-color: rgb(110,54,2); }
div.DivClassName
{
background-color: #6E3602;
}
.BgClassName
{
background-color: #6E3602;
}
</style>
border-color css
<style>
span { border-color: #6E3602; }
span { border-color: rgb(110,54,2); }
td.TdClassName
{
border-color: #6E3602;
}
.TagClassName
{
border-color: #6E3602;
}
</style>