Shades of Raw Umber #6A4903
Tints of Raw Umber #6A4903
RGB
CMYK
RGB Variations
Color information
#6A4903 (or 0x6A4903) is known color: Raw Umber. HEX triplet: 6A, 49 and 03. RGB value is (106,73,3). Sum of RGB (Red+Green+Blue) = 106+73+3=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4903 is #95B6FC. Grayscale: #4B4B4B. Windows color (decimal): -9811709 or 215402. OLE color: 215402.
HSL color Cylindrical-coordinate representation of color #6A4903: hue angle of 40.78º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A4903 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 73 | 3 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.58 |
| HSL | 40.78º | 0.94% | 0.21% | - |
| HSV(B) | 40.78º | 0.97% | 0.42% | - |
| XYZ | 8.34 | 7.84 | 1.16 | - |
| YUV | 74.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 73 | 3 | 0 | 0.31 | 0.97 | 0.58 | 40.78 | 0.94 | 0.21 |
| Hex | 6A | 49 | 3 | 0 | 1F | 61 | 3A | 29 | 5E | 15 |
| Octal | 152 | 111 | 3 | 0 | 37 | 141 | 72 | 51 | 136 | 25 |
| Binary | 1101010 | 1001001 | 11 | 0 | 11111 | 1100001 | 111010 | 101001 | 1011110 | 10101 |
Color Harmonies of #6A4903
Complementary color
Monochromatic Colors of #6A4903
Black with #6A4903
Text Example
Text Example
White with #6A4903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4903; }
p { color: rgb(106,73,3); }
H1.HeaderClassName
{
color: #6A4903;
}
.AnyTagClassName
{
color: #6A4903;
}
</style>
background-color css
<style>
a { background-color: #6A4903; }
a { background-color: rgb(106,73,3); }
div.DivClassName
{
background-color: #6A4903;
}
.BgClassName
{
background-color: #6A4903;
}
</style>
border-color css
<style>
span { border-color: #6A4903; }
span { border-color: rgb(106,73,3); }
td.TdClassName
{
border-color: #6A4903;
}
.TagClassName
{
border-color: #6A4903;
}
</style>