Shades of Raw Umber #6D3902
Tints of Raw Umber #6D3902
RGB
CMYK
RGB Variations
Color information
#6D3902 (or 0x6D3902) is known color: Raw Umber. HEX triplet: 6D, 39 and 02. RGB value is (109,57,2). Sum of RGB (Red+Green+Blue) = 109+57+2=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3902 is #92C6FD. Grayscale: #424242. Windows color (decimal): -9619198 or 145773. OLE color: 145773.
HSL color Cylindrical-coordinate representation of color #6D3902: hue angle of 30.84º 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 #6D3902 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 2 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.57 |
| HSL | 30.84º | 0.96% | 0.22% | - |
| HSV(B) | 30.84º | 0.98% | 0.43% | - |
| XYZ | 7.78 | 6.18 | 0.84 | - |
| YUV | 66.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 2 | 0 | 0.48 | 0.98 | 0.57 | 30.84 | 0.96 | 0.22 |
| Hex | 6D | 39 | 2 | 0 | 30 | 62 | 39 | 1F | 60 | 16 |
| Octal | 155 | 71 | 2 | 0 | 60 | 142 | 71 | 37 | 140 | 26 |
| Binary | 1101101 | 111001 | 10 | 0 | 110000 | 1100010 | 111001 | 11111 | 1100000 | 10110 |
Color Harmonies of #6D3902
Complementary color
Monochromatic Colors of #6D3902
Black with #6D3902
Text Example
Text Example
White with #6D3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3902; }
p { color: rgb(109,57,2); }
H1.HeaderClassName
{
color: #6D3902;
}
.AnyTagClassName
{
color: #6D3902;
}
</style>
background-color css
<style>
a { background-color: #6D3902; }
a { background-color: rgb(109,57,2); }
div.DivClassName
{
background-color: #6D3902;
}
.BgClassName
{
background-color: #6D3902;
}
</style>
border-color css
<style>
span { border-color: #6D3902; }
span { border-color: rgb(109,57,2); }
td.TdClassName
{
border-color: #6D3902;
}
.TagClassName
{
border-color: #6D3902;
}
</style>