Shades of Raw Umber #6D4816
Tints of Raw Umber #6D4816
RGB
CMYK
RGB Variations
Color information
#6D4816 (or 0x6D4816) is known color: Raw Umber. HEX triplet: 6D, 48 and 16. RGB value is (109,72,22). Sum of RGB (Red+Green+Blue) = 109+72+22=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4816 is #92B7E9. Grayscale: #4D4D4D. Windows color (decimal): -9615338 or 1460333. OLE color: 1460333.
HSL color Cylindrical-coordinate representation of color #6D4816: hue angle of 34.48º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D4816 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 22 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.57 |
| HSL | 34.48º | 0.66% | 0.26% | - |
| HSV(B) | 34.48º | 0.8% | 0.43% | - |
| XYZ | 8.77 | 7.94 | 1.83 | - |
| YUV | 77.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 22 | 0 | 0.34 | 0.80 | 0.57 | 34.48 | 0.66 | 0.26 |
| Hex | 6D | 48 | 16 | 0 | 22 | 50 | 39 | 22 | 42 | 1A |
| Octal | 155 | 110 | 26 | 0 | 42 | 120 | 71 | 42 | 102 | 32 |
| Binary | 1101101 | 1001000 | 10110 | 0 | 100010 | 1010000 | 111001 | 100010 | 1000010 | 11010 |
Color Harmonies of #6D4816
Complementary color
Monochromatic Colors of #6D4816
Black with #6D4816
Text Example
Text Example
White with #6D4816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4816; }
p { color: rgb(109,72,22); }
H1.HeaderClassName
{
color: #6D4816;
}
.AnyTagClassName
{
color: #6D4816;
}
</style>
background-color css
<style>
a { background-color: #6D4816; }
a { background-color: rgb(109,72,22); }
div.DivClassName
{
background-color: #6D4816;
}
.BgClassName
{
background-color: #6D4816;
}
</style>
border-color css
<style>
span { border-color: #6D4816; }
span { border-color: rgb(109,72,22); }
td.TdClassName
{
border-color: #6D4816;
}
.TagClassName
{
border-color: #6D4816;
}
</style>