Shades of Raw Umber #6D520A
Tints of Raw Umber #6D520A
RGB
CMYK
RGB Variations
Color information
#6D520A (or 0x6D520A) is known color: Raw Umber. HEX triplet: 6D, 52 and 0A. RGB value is (109,82,10). Sum of RGB (Red+Green+Blue) = 109+82+10=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D520A is #92ADF5. Grayscale: #525252. Windows color (decimal): -9612790 or 676461. OLE color: 676461.
HSL color Cylindrical-coordinate representation of color #6D520A: hue angle of 43.64º 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 #6D520A is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 82 | 10 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.57 |
| HSL | 43.64º | 0.83% | 0.23% | - |
| HSV(B) | 43.64º | 0.91% | 0.43% | - |
| XYZ | 9.38 | 9.31 | 1.59 | - |
| YUV | 81.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 10 | 0 | 0.25 | 0.91 | 0.57 | 43.64 | 0.83 | 0.23 |
| Hex | 6D | 52 | A | 0 | 19 | 5B | 39 | 2C | 53 | 17 |
| Octal | 155 | 122 | 12 | 0 | 31 | 133 | 71 | 54 | 123 | 27 |
| Binary | 1101101 | 1010010 | 1010 | 0 | 11001 | 1011011 | 111001 | 101100 | 1010011 | 10111 |
Color Harmonies of #6D520A
Complementary color
Monochromatic Colors of #6D520A
Black with #6D520A
Text Example
Text Example
White with #6D520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D520A; }
p { color: rgb(109,82,10); }
H1.HeaderClassName
{
color: #6D520A;
}
.AnyTagClassName
{
color: #6D520A;
}
</style>
background-color css
<style>
a { background-color: #6D520A; }
a { background-color: rgb(109,82,10); }
div.DivClassName
{
background-color: #6D520A;
}
.BgClassName
{
background-color: #6D520A;
}
</style>
border-color css
<style>
span { border-color: #6D520A; }
span { border-color: rgb(109,82,10); }
td.TdClassName
{
border-color: #6D520A;
}
.TagClassName
{
border-color: #6D520A;
}
</style>