Shades of Raw Umber #6B4606
Tints of Raw Umber #6B4606
RGB
CMYK
RGB Variations
Color information
#6B4606 (or 0x6B4606) is known color: Raw Umber. HEX triplet: 6B, 46 and 06. RGB value is (107,70,6). Sum of RGB (Red+Green+Blue) = 107+70+6=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4606 is #94B9F9. Grayscale: #4A4A4A. Windows color (decimal): -9746938 or 411243. OLE color: 411243.
HSL color Cylindrical-coordinate representation of color #6B4606: hue angle of 38.02º 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 #6B4606 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 70 | 6 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.58 |
| HSL | 38.02º | 0.89% | 0.22% | - |
| HSV(B) | 38.02º | 0.94% | 0.42% | - |
| XYZ | 8.29 | 7.52 | 1.19 | - |
| YUV | 73.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 70 | 6 | 0 | 0.35 | 0.94 | 0.58 | 38.02 | 0.89 | 0.22 |
| Hex | 6B | 46 | 6 | 0 | 23 | 5E | 3A | 26 | 59 | 16 |
| Octal | 153 | 106 | 6 | 0 | 43 | 136 | 72 | 46 | 131 | 26 |
| Binary | 1101011 | 1000110 | 110 | 0 | 100011 | 1011110 | 111010 | 100110 | 1011001 | 10110 |
Color Harmonies of #6B4606
Complementary color
Monochromatic Colors of #6B4606
Black with #6B4606
Text Example
Text Example
White with #6B4606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4606; }
p { color: rgb(107,70,6); }
H1.HeaderClassName
{
color: #6B4606;
}
.AnyTagClassName
{
color: #6B4606;
}
</style>
background-color css
<style>
a { background-color: #6B4606; }
a { background-color: rgb(107,70,6); }
div.DivClassName
{
background-color: #6B4606;
}
.BgClassName
{
background-color: #6B4606;
}
</style>
border-color css
<style>
span { border-color: #6B4606; }
span { border-color: rgb(107,70,6); }
td.TdClassName
{
border-color: #6B4606;
}
.TagClassName
{
border-color: #6B4606;
}
</style>