Shades of Raw Umber #6E5702
Tints of Raw Umber #6E5702
RGB
CMYK
RGB Variations
Color information
#6E5702 (or 0x6E5702) is known color: Raw Umber. HEX triplet: 6E, 57 and 02. RGB value is (110,87,2). Sum of RGB (Red+Green+Blue) = 110+87+2=199 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.28% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5702 is #91A8FD. Grayscale: #545454. Windows color (decimal): -9545982 or 153454. OLE color: 153454.
HSL color Cylindrical-coordinate representation of color #6E5702: hue angle of 47.22º 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 #6E5702 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 87 | 2 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.57 |
| HSL | 47.22º | 0.96% | 0.22% | - |
| HSV(B) | 47.22º | 0.98% | 0.43% | - |
| XYZ | 9.85 | 10.14 | 1.49 | - |
| YUV | 84.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 2 | 0 | 0.21 | 0.98 | 0.57 | 47.22 | 0.96 | 0.22 |
| Hex | 6E | 57 | 2 | 0 | 15 | 62 | 39 | 2F | 60 | 16 |
| Octal | 156 | 127 | 2 | 0 | 25 | 142 | 71 | 57 | 140 | 26 |
| Binary | 1101110 | 1010111 | 10 | 0 | 10101 | 1100010 | 111001 | 101111 | 1100000 | 10110 |
Color Harmonies of #6E5702
Complementary color
Monochromatic Colors of #6E5702
Black with #6E5702
Text Example
Text Example
White with #6E5702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5702; }
p { color: rgb(110,87,2); }
H1.HeaderClassName
{
color: #6E5702;
}
.AnyTagClassName
{
color: #6E5702;
}
</style>
background-color css
<style>
a { background-color: #6E5702; }
a { background-color: rgb(110,87,2); }
div.DivClassName
{
background-color: #6E5702;
}
.BgClassName
{
background-color: #6E5702;
}
</style>
border-color css
<style>
span { border-color: #6E5702; }
span { border-color: rgb(110,87,2); }
td.TdClassName
{
border-color: #6E5702;
}
.TagClassName
{
border-color: #6E5702;
}
</style>