Shades of Raw Umber #6D480D
Tints of Raw Umber #6D480D
RGB
CMYK
RGB Variations
Color information
#6D480D (or 0x6D480D) is known color: Raw Umber. HEX triplet: 6D, 48 and 0D. RGB value is (109,72,13). Sum of RGB (Red+Green+Blue) = 109+72+13=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D480D is #92B7F2. Grayscale: #4C4C4C. Windows color (decimal): -9615347 or 870509. OLE color: 870509.
HSL color Cylindrical-coordinate representation of color #6D480D: hue angle of 36.88º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D480D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 13 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.57 |
| HSL | 36.88º | 0.79% | 0.24% | - |
| HSV(B) | 36.88º | 0.88% | 0.43% | - |
| XYZ | 8.7 | 7.91 | 1.45 | - |
| YUV | 76.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 13 | 0 | 0.34 | 0.88 | 0.57 | 36.88 | 0.79 | 0.24 |
| Hex | 6D | 48 | D | 0 | 22 | 58 | 39 | 25 | 4F | 18 |
| Octal | 155 | 110 | 15 | 0 | 42 | 130 | 71 | 45 | 117 | 30 |
| Binary | 1101101 | 1001000 | 1101 | 0 | 100010 | 1011000 | 111001 | 100101 | 1001111 | 11000 |
Color Harmonies of #6D480D
Complementary color
Monochromatic Colors of #6D480D
Black with #6D480D
Text Example
Text Example
White with #6D480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D480D; }
p { color: rgb(109,72,13); }
H1.HeaderClassName
{
color: #6D480D;
}
.AnyTagClassName
{
color: #6D480D;
}
</style>
background-color css
<style>
a { background-color: #6D480D; }
a { background-color: rgb(109,72,13); }
div.DivClassName
{
background-color: #6D480D;
}
.BgClassName
{
background-color: #6D480D;
}
</style>
border-color css
<style>
span { border-color: #6D480D; }
span { border-color: rgb(109,72,13); }
td.TdClassName
{
border-color: #6D480D;
}
.TagClassName
{
border-color: #6D480D;
}
</style>