Shades of Raw Umber #6A4613
Tints of Raw Umber #6A4613
RGB
CMYK
RGB Variations
Color information
#6A4613 (or 0x6A4613) is known color: Raw Umber. HEX triplet: 6A, 46 and 13. RGB value is (106,70,19). Sum of RGB (Red+Green+Blue) = 106+70+19=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4613 is #95B9EC. Grayscale: #4B4B4B. Windows color (decimal): -9812461 or 1263210. OLE color: 1263210.
HSL color Cylindrical-coordinate representation of color #6A4613: hue angle of 35.17º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A4613 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 70 | 19 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.58 |
| HSL | 35.17º | 0.7% | 0.25% | - |
| HSV(B) | 35.17º | 0.82% | 0.42% | - |
| XYZ | 8.25 | 7.49 | 1.63 | - |
| YUV | 74.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 70 | 19 | 0 | 0.34 | 0.82 | 0.58 | 35.17 | 0.7 | 0.25 |
| Hex | 6A | 46 | 13 | 0 | 22 | 52 | 3A | 23 | 46 | 19 |
| Octal | 152 | 106 | 23 | 0 | 42 | 122 | 72 | 43 | 106 | 31 |
| Binary | 1101010 | 1000110 | 10011 | 0 | 100010 | 1010010 | 111010 | 100011 | 1000110 | 11001 |
Color Harmonies of #6A4613
Complementary color
Monochromatic Colors of #6A4613
Black with #6A4613
Text Example
Text Example
White with #6A4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4613; }
p { color: rgb(106,70,19); }
H1.HeaderClassName
{
color: #6A4613;
}
.AnyTagClassName
{
color: #6A4613;
}
</style>
background-color css
<style>
a { background-color: #6A4613; }
a { background-color: rgb(106,70,19); }
div.DivClassName
{
background-color: #6A4613;
}
.BgClassName
{
background-color: #6A4613;
}
</style>
border-color css
<style>
span { border-color: #6A4613; }
span { border-color: rgb(106,70,19); }
td.TdClassName
{
border-color: #6A4613;
}
.TagClassName
{
border-color: #6A4613;
}
</style>