Shades of Raw Umber #6A4804
Tints of Raw Umber #6A4804
RGB
CMYK
RGB Variations
Color information
#6A4804 (or 0x6A4804) is known color: Raw Umber. HEX triplet: 6A, 48 and 04. RGB value is (106,72,4). Sum of RGB (Red+Green+Blue) = 106+72+4=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4804 is #95B7FB. Grayscale: #4A4A4A. Windows color (decimal): -9811964 or 280682. OLE color: 280682.
HSL color Cylindrical-coordinate representation of color #6A4804: hue angle of 40º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A4804 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 72 | 4 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.58 |
| HSL | 40º | 0.93% | 0.22% | - |
| HSV(B) | 40º | 0.96% | 0.42% | - |
| XYZ | 8.28 | 7.71 | 1.17 | - |
| YUV | 74.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 72 | 4 | 0 | 0.32 | 0.96 | 0.58 | 40 | 0.93 | 0.22 |
| Hex | 6A | 48 | 4 | 0 | 20 | 60 | 3A | 28 | 5D | 16 |
| Octal | 152 | 110 | 4 | 0 | 40 | 140 | 72 | 50 | 135 | 26 |
| Binary | 1101010 | 1001000 | 100 | 0 | 100000 | 1100000 | 111010 | 101000 | 1011101 | 10110 |
Color Harmonies of #6A4804
Complementary color
Monochromatic Colors of #6A4804
Black with #6A4804
Text Example
Text Example
White with #6A4804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4804; }
p { color: rgb(106,72,4); }
H1.HeaderClassName
{
color: #6A4804;
}
.AnyTagClassName
{
color: #6A4804;
}
</style>
background-color css
<style>
a { background-color: #6A4804; }
a { background-color: rgb(106,72,4); }
div.DivClassName
{
background-color: #6A4804;
}
.BgClassName
{
background-color: #6A4804;
}
</style>
border-color css
<style>
span { border-color: #6A4804; }
span { border-color: rgb(106,72,4); }
td.TdClassName
{
border-color: #6A4804;
}
.TagClassName
{
border-color: #6A4804;
}
</style>