Shades of Raw Umber #6D5802
Tints of Raw Umber #6D5802
RGB
CMYK
RGB Variations
Color information
#6D5802 (or 0x6D5802) is known color: Raw Umber. HEX triplet: 6D, 58 and 02. RGB value is (109,88,2). Sum of RGB (Red+Green+Blue) = 109+88+2=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5802 is #92A7FD. Grayscale: #545454. Windows color (decimal): -9611262 or 153709. OLE color: 153709.
HSL color Cylindrical-coordinate representation of color #6D5802: hue angle of 48.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 #6D5802 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 88 | 2 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.57 |
| HSL | 48.22º | 0.96% | 0.22% | - |
| HSV(B) | 48.22º | 0.98% | 0.43% | - |
| XYZ | 9.81 | 10.24 | 1.52 | - |
| YUV | 84.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 88 | 2 | 0 | 0.19 | 0.98 | 0.57 | 48.22 | 0.96 | 0.22 |
| Hex | 6D | 58 | 2 | 0 | 13 | 62 | 39 | 30 | 60 | 16 |
| Octal | 155 | 130 | 2 | 0 | 23 | 142 | 71 | 60 | 140 | 26 |
| Binary | 1101101 | 1011000 | 10 | 0 | 10011 | 1100010 | 111001 | 110000 | 1100000 | 10110 |
Color Harmonies of #6D5802
Complementary color
Monochromatic Colors of #6D5802
Black with #6D5802
Text Example
Text Example
White with #6D5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5802; }
p { color: rgb(109,88,2); }
H1.HeaderClassName
{
color: #6D5802;
}
.AnyTagClassName
{
color: #6D5802;
}
</style>
background-color css
<style>
a { background-color: #6D5802; }
a { background-color: rgb(109,88,2); }
div.DivClassName
{
background-color: #6D5802;
}
.BgClassName
{
background-color: #6D5802;
}
</style>
border-color css
<style>
span { border-color: #6D5802; }
span { border-color: rgb(109,88,2); }
td.TdClassName
{
border-color: #6D5802;
}
.TagClassName
{
border-color: #6D5802;
}
</style>