Shades of Raw Umber #6E5502
Tints of Raw Umber #6E5502
RGB
CMYK
RGB Variations
Color information
#6E5502 (or 0x6E5502) is known color: Raw Umber. HEX triplet: 6E, 55 and 02. RGB value is (110,85,2). Sum of RGB (Red+Green+Blue) = 110+85+2=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5502 is #91AAFD. Grayscale: #535353. Windows color (decimal): -9546494 or 152942. OLE color: 152942.
HSL color Cylindrical-coordinate representation of color #6E5502: hue angle of 46.11º 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 #6E5502 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 85 | 2 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.57 |
| HSL | 46.11º | 0.96% | 0.22% | - |
| HSV(B) | 46.11º | 0.98% | 0.43% | - |
| XYZ | 9.69 | 9.82 | 1.44 | - |
| YUV | 83.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 2 | 0 | 0.23 | 0.98 | 0.57 | 46.11 | 0.96 | 0.22 |
| Hex | 6E | 55 | 2 | 0 | 17 | 62 | 39 | 2E | 60 | 16 |
| Octal | 156 | 125 | 2 | 0 | 27 | 142 | 71 | 56 | 140 | 26 |
| Binary | 1101110 | 1010101 | 10 | 0 | 10111 | 1100010 | 111001 | 101110 | 1100000 | 10110 |
Color Harmonies of #6E5502
Complementary color
Monochromatic Colors of #6E5502
Black with #6E5502
Text Example
Text Example
White with #6E5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5502; }
p { color: rgb(110,85,2); }
H1.HeaderClassName
{
color: #6E5502;
}
.AnyTagClassName
{
color: #6E5502;
}
</style>
background-color css
<style>
a { background-color: #6E5502; }
a { background-color: rgb(110,85,2); }
div.DivClassName
{
background-color: #6E5502;
}
.BgClassName
{
background-color: #6E5502;
}
</style>
border-color css
<style>
span { border-color: #6E5502; }
span { border-color: rgb(110,85,2); }
td.TdClassName
{
border-color: #6E5502;
}
.TagClassName
{
border-color: #6E5502;
}
</style>