Shades of Raw Umber #6A3A03
Tints of Raw Umber #6A3A03
RGB
CMYK
RGB Variations
Color information
#6A3A03 (or 0x6A3A03) is known color: Raw Umber. HEX triplet: 6A, 3A and 03. RGB value is (106,58,3). Sum of RGB (Red+Green+Blue) = 106+58+3=167 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.47% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3A03 is #95C5FC. Grayscale: #424242. Windows color (decimal): -9815549 or 211562. OLE color: 211562.
HSL color Cylindrical-coordinate representation of color #6A3A03: hue angle of 32.04º 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 #6A3A03 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 58 | 3 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.58 |
| HSL | 32.04º | 0.94% | 0.21% | - |
| HSV(B) | 32.04º | 0.97% | 0.42% | - |
| XYZ | 7.47 | 6.1 | 0.87 | - |
| YUV | 66.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 58 | 3 | 0 | 0.45 | 0.97 | 0.58 | 32.04 | 0.94 | 0.21 |
| Hex | 6A | 3A | 3 | 0 | 2D | 61 | 3A | 20 | 5E | 15 |
| Octal | 152 | 72 | 3 | 0 | 55 | 141 | 72 | 40 | 136 | 25 |
| Binary | 1101010 | 111010 | 11 | 0 | 101101 | 1100001 | 111010 | 100000 | 1011110 | 10101 |
Color Harmonies of #6A3A03
Complementary color
Monochromatic Colors of #6A3A03
Black with #6A3A03
Text Example
Text Example
White with #6A3A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3A03; }
p { color: rgb(106,58,3); }
H1.HeaderClassName
{
color: #6A3A03;
}
.AnyTagClassName
{
color: #6A3A03;
}
</style>
background-color css
<style>
a { background-color: #6A3A03; }
a { background-color: rgb(106,58,3); }
div.DivClassName
{
background-color: #6A3A03;
}
.BgClassName
{
background-color: #6A3A03;
}
</style>
border-color css
<style>
span { border-color: #6A3A03; }
span { border-color: rgb(106,58,3); }
td.TdClassName
{
border-color: #6A3A03;
}
.TagClassName
{
border-color: #6A3A03;
}
</style>