Shades of Raw Umber #6A5406
Tints of Raw Umber #6A5406
RGB
CMYK
RGB Variations
Color information
#6A5406 (or 0x6A5406) is known color: Raw Umber. HEX triplet: 6A, 54 and 06. RGB value is (106,84,6). Sum of RGB (Red+Green+Blue) = 106+84+6=196 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.08% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5406 is #95ABF9. Grayscale: #525252. Windows color (decimal): -9808890 or 414826. OLE color: 414826.
HSL color Cylindrical-coordinate representation of color #6A5406: hue angle of 46.8º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A5406 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 84 | 6 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.58 |
| HSL | 46.8º | 0.89% | 0.22% | - |
| HSV(B) | 46.8º | 0.94% | 0.42% | - |
| XYZ | 9.15 | 9.42 | 1.51 | - |
| YUV | 81.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 84 | 6 | 0 | 0.21 | 0.94 | 0.58 | 46.8 | 0.89 | 0.22 |
| Hex | 6A | 54 | 6 | 0 | 15 | 5E | 3A | 2F | 59 | 16 |
| Octal | 152 | 124 | 6 | 0 | 25 | 136 | 72 | 57 | 131 | 26 |
| Binary | 1101010 | 1010100 | 110 | 0 | 10101 | 1011110 | 111010 | 101111 | 1011001 | 10110 |
Color Harmonies of #6A5406
Complementary color
Monochromatic Colors of #6A5406
Black with #6A5406
Text Example
Text Example
White with #6A5406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5406; }
p { color: rgb(106,84,6); }
H1.HeaderClassName
{
color: #6A5406;
}
.AnyTagClassName
{
color: #6A5406;
}
</style>
background-color css
<style>
a { background-color: #6A5406; }
a { background-color: rgb(106,84,6); }
div.DivClassName
{
background-color: #6A5406;
}
.BgClassName
{
background-color: #6A5406;
}
</style>
border-color css
<style>
span { border-color: #6A5406; }
span { border-color: rgb(106,84,6); }
td.TdClassName
{
border-color: #6A5406;
}
.TagClassName
{
border-color: #6A5406;
}
</style>