Shades of Raw Umber #6D480C
Tints of Raw Umber #6D480C
RGB
CMYK
RGB Variations
Color information
#6D480C (or 0x6D480C) is known color: Raw Umber. HEX triplet: 6D, 48 and 0C. RGB value is (109,72,12). Sum of RGB (Red+Green+Blue) = 109+72+12=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D480C is #92B7F3. Grayscale: #4C4C4C. Windows color (decimal): -9615348 or 804973. OLE color: 804973.
HSL color Cylindrical-coordinate representation of color #6D480C: hue angle of 37.11º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D480C is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 12 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.57 |
| HSL | 37.11º | 0.8% | 0.24% | - |
| HSV(B) | 37.11º | 0.89% | 0.43% | - |
| XYZ | 8.69 | 7.91 | 1.42 | - |
| YUV | 76.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 12 | 0 | 0.34 | 0.89 | 0.57 | 37.11 | 0.8 | 0.24 |
| Hex | 6D | 48 | C | 0 | 22 | 59 | 39 | 25 | 50 | 18 |
| Octal | 155 | 110 | 14 | 0 | 42 | 131 | 71 | 45 | 120 | 30 |
| Binary | 1101101 | 1001000 | 1100 | 0 | 100010 | 1011001 | 111001 | 100101 | 1010000 | 11000 |
Color Harmonies of #6D480C
Complementary color
Monochromatic Colors of #6D480C
Black with #6D480C
Text Example
Text Example
White with #6D480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D480C; }
p { color: rgb(109,72,12); }
H1.HeaderClassName
{
color: #6D480C;
}
.AnyTagClassName
{
color: #6D480C;
}
</style>
background-color css
<style>
a { background-color: #6D480C; }
a { background-color: rgb(109,72,12); }
div.DivClassName
{
background-color: #6D480C;
}
.BgClassName
{
background-color: #6D480C;
}
</style>
border-color css
<style>
span { border-color: #6D480C; }
span { border-color: rgb(109,72,12); }
td.TdClassName
{
border-color: #6D480C;
}
.TagClassName
{
border-color: #6D480C;
}
</style>