Shades of Raw Umber #6D390A
Tints of Raw Umber #6D390A
RGB
CMYK
RGB Variations
Color information
#6D390A (or 0x6D390A) is known color: Raw Umber. HEX triplet: 6D, 39 and 0A. RGB value is (109,57,10). Sum of RGB (Red+Green+Blue) = 109+57+10=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D390A is #92C6F5. Grayscale: #434343. Windows color (decimal): -9619190 or 670061. OLE color: 670061.
HSL color Cylindrical-coordinate representation of color #6D390A: hue angle of 28.48º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D390A is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 10 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.57 |
| HSL | 28.48º | 0.83% | 0.23% | - |
| HSV(B) | 28.48º | 0.91% | 0.43% | - |
| XYZ | 7.82 | 6.2 | 1.07 | - |
| YUV | 67.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 10 | 0 | 0.48 | 0.91 | 0.57 | 28.48 | 0.83 | 0.23 |
| Hex | 6D | 39 | A | 0 | 30 | 5B | 39 | 1C | 53 | 17 |
| Octal | 155 | 71 | 12 | 0 | 60 | 133 | 71 | 34 | 123 | 27 |
| Binary | 1101101 | 111001 | 1010 | 0 | 110000 | 1011011 | 111001 | 11100 | 1010011 | 10111 |
Color Harmonies of #6D390A
Complementary color
Monochromatic Colors of #6D390A
Black with #6D390A
Text Example
Text Example
White with #6D390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D390A; }
p { color: rgb(109,57,10); }
H1.HeaderClassName
{
color: #6D390A;
}
.AnyTagClassName
{
color: #6D390A;
}
</style>
background-color css
<style>
a { background-color: #6D390A; }
a { background-color: rgb(109,57,10); }
div.DivClassName
{
background-color: #6D390A;
}
.BgClassName
{
background-color: #6D390A;
}
</style>
border-color css
<style>
span { border-color: #6D390A; }
span { border-color: rgb(109,57,10); }
td.TdClassName
{
border-color: #6D390A;
}
.TagClassName
{
border-color: #6D390A;
}
</style>