Shades of Raw Umber #6A5011
Tints of Raw Umber #6A5011
RGB
CMYK
RGB Variations
Color information
#6A5011 (or 0x6A5011) is known color: Raw Umber. HEX triplet: 6A, 50 and 11. RGB value is (106,80,17). Sum of RGB (Red+Green+Blue) = 106+80+17=203 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.22% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5011 is #95AFEE. Grayscale: #505050. Windows color (decimal): -9809903 or 1134698. OLE color: 1134698.
HSL color Cylindrical-coordinate representation of color #6A5011: hue angle of 42.47º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A5011 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 80 | 17 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.58 |
| HSL | 42.47º | 0.72% | 0.24% | - |
| HSV(B) | 42.47º | 0.84% | 0.42% | - |
| XYZ | 8.91 | 8.84 | 1.77 | - |
| YUV | 80.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 80 | 17 | 0 | 0.25 | 0.84 | 0.58 | 42.47 | 0.72 | 0.24 |
| Hex | 6A | 50 | 11 | 0 | 19 | 54 | 3A | 2A | 48 | 18 |
| Octal | 152 | 120 | 21 | 0 | 31 | 124 | 72 | 52 | 110 | 30 |
| Binary | 1101010 | 1010000 | 10001 | 0 | 11001 | 1010100 | 111010 | 101010 | 1001000 | 11000 |
Color Harmonies of #6A5011
Complementary color
Monochromatic Colors of #6A5011
Black with #6A5011
Text Example
Text Example
White with #6A5011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5011; }
p { color: rgb(106,80,17); }
H1.HeaderClassName
{
color: #6A5011;
}
.AnyTagClassName
{
color: #6A5011;
}
</style>
background-color css
<style>
a { background-color: #6A5011; }
a { background-color: rgb(106,80,17); }
div.DivClassName
{
background-color: #6A5011;
}
.BgClassName
{
background-color: #6A5011;
}
</style>
border-color css
<style>
span { border-color: #6A5011; }
span { border-color: rgb(106,80,17); }
td.TdClassName
{
border-color: #6A5011;
}
.TagClassName
{
border-color: #6A5011;
}
</style>