Shades of Raw Umber #6B5106
Tints of Raw Umber #6B5106
RGB
CMYK
RGB Variations
Color information
#6B5106 (or 0x6B5106) is known color: Raw Umber. HEX triplet: 6B, 51 and 06. RGB value is (107,81,6). Sum of RGB (Red+Green+Blue) = 107+81+6=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5106 is #94AEF9. Grayscale: #505050. Windows color (decimal): -9744122 or 414059. OLE color: 414059.
HSL color Cylindrical-coordinate representation of color #6B5106: hue angle of 44.55º 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 #6B5106 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 6 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.58 |
| HSL | 44.55º | 0.89% | 0.22% | - |
| HSV(B) | 44.55º | 0.94% | 0.42% | - |
| XYZ | 9.04 | 9.02 | 1.44 | - |
| YUV | 80.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 6 | 0 | 0.24 | 0.94 | 0.58 | 44.55 | 0.89 | 0.22 |
| Hex | 6B | 51 | 6 | 0 | 18 | 5E | 3A | 2D | 59 | 16 |
| Octal | 153 | 121 | 6 | 0 | 30 | 136 | 72 | 55 | 131 | 26 |
| Binary | 1101011 | 1010001 | 110 | 0 | 11000 | 1011110 | 111010 | 101101 | 1011001 | 10110 |
Color Harmonies of #6B5106
Complementary color
Monochromatic Colors of #6B5106
Black with #6B5106
Text Example
Text Example
White with #6B5106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5106; }
p { color: rgb(107,81,6); }
H1.HeaderClassName
{
color: #6B5106;
}
.AnyTagClassName
{
color: #6B5106;
}
</style>
background-color css
<style>
a { background-color: #6B5106; }
a { background-color: rgb(107,81,6); }
div.DivClassName
{
background-color: #6B5106;
}
.BgClassName
{
background-color: #6B5106;
}
</style>
border-color css
<style>
span { border-color: #6B5106; }
span { border-color: rgb(107,81,6); }
td.TdClassName
{
border-color: #6B5106;
}
.TagClassName
{
border-color: #6B5106;
}
</style>