Shades of Raw Umber #6B5406
Tints of Raw Umber #6B5406
RGB
CMYK
RGB Variations
Color information
#6B5406 (or 0x6B5406) is known color: Raw Umber. HEX triplet: 6B, 54 and 06. RGB value is (107,84,6). Sum of RGB (Red+Green+Blue) = 107+84+6=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5406 is #94ABF9. Grayscale: #525252. Windows color (decimal): -9743354 or 414827. OLE color: 414827.
HSL color Cylindrical-coordinate representation of color #6B5406: hue angle of 46.34º 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 #6B5406 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 6 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.58 |
| HSL | 46.34º | 0.89% | 0.22% | - |
| HSV(B) | 46.34º | 0.94% | 0.42% | - |
| XYZ | 9.27 | 9.48 | 1.51 | - |
| YUV | 81.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 6 | 0 | 0.21 | 0.94 | 0.58 | 46.34 | 0.89 | 0.22 |
| Hex | 6B | 54 | 6 | 0 | 15 | 5E | 3A | 2E | 59 | 16 |
| Octal | 153 | 124 | 6 | 0 | 25 | 136 | 72 | 56 | 131 | 26 |
| Binary | 1101011 | 1010100 | 110 | 0 | 10101 | 1011110 | 111010 | 101110 | 1011001 | 10110 |
Color Harmonies of #6B5406
Complementary color
Monochromatic Colors of #6B5406
Black with #6B5406
Text Example
Text Example
White with #6B5406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5406; }
p { color: rgb(107,84,6); }
H1.HeaderClassName
{
color: #6B5406;
}
.AnyTagClassName
{
color: #6B5406;
}
</style>
background-color css
<style>
a { background-color: #6B5406; }
a { background-color: rgb(107,84,6); }
div.DivClassName
{
background-color: #6B5406;
}
.BgClassName
{
background-color: #6B5406;
}
</style>
border-color css
<style>
span { border-color: #6B5406; }
span { border-color: rgb(107,84,6); }
td.TdClassName
{
border-color: #6B5406;
}
.TagClassName
{
border-color: #6B5406;
}
</style>