Shades of Raw Umber #6A4A11
Tints of Raw Umber #6A4A11
RGB
CMYK
RGB Variations
Color information
#6A4A11 (or 0x6A4A11) is known color: Raw Umber. HEX triplet: 6A, 4A and 11. RGB value is (106,74,17). Sum of RGB (Red+Green+Blue) = 106+74+17=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4A11 is #95B5EE. Grayscale: #4D4D4D. Windows color (decimal): -9811439 or 1133162. OLE color: 1133162.
HSL color Cylindrical-coordinate representation of color #6A4A11: hue angle of 38.43º 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 #6A4A11 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 74 | 17 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.58 |
| HSL | 38.43º | 0.72% | 0.24% | - |
| HSV(B) | 38.43º | 0.84% | 0.42% | - |
| XYZ | 8.49 | 8 | 1.63 | - |
| YUV | 77.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 74 | 17 | 0 | 0.30 | 0.84 | 0.58 | 38.43 | 0.72 | 0.24 |
| Hex | 6A | 4A | 11 | 0 | 1E | 54 | 3A | 26 | 48 | 18 |
| Octal | 152 | 112 | 21 | 0 | 36 | 124 | 72 | 46 | 110 | 30 |
| Binary | 1101010 | 1001010 | 10001 | 0 | 11110 | 1010100 | 111010 | 100110 | 1001000 | 11000 |
Color Harmonies of #6A4A11
Complementary color
Monochromatic Colors of #6A4A11
Black with #6A4A11
Text Example
Text Example
White with #6A4A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4A11; }
p { color: rgb(106,74,17); }
H1.HeaderClassName
{
color: #6A4A11;
}
.AnyTagClassName
{
color: #6A4A11;
}
</style>
background-color css
<style>
a { background-color: #6A4A11; }
a { background-color: rgb(106,74,17); }
div.DivClassName
{
background-color: #6A4A11;
}
.BgClassName
{
background-color: #6A4A11;
}
</style>
border-color css
<style>
span { border-color: #6A4A11; }
span { border-color: rgb(106,74,17); }
td.TdClassName
{
border-color: #6A4A11;
}
.TagClassName
{
border-color: #6A4A11;
}
</style>