Shades of Raw Umber #6B5611
Tints of Raw Umber #6B5611
RGB
CMYK
RGB Variations
Color information
#6B5611 (or 0x6B5611) is known color: Raw Umber. HEX triplet: 6B, 56 and 11. RGB value is (107,86,17). Sum of RGB (Red+Green+Blue) = 107+86+17=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5611 is #94A9EE. Grayscale: #545454. Windows color (decimal): -9742831 or 1136235. OLE color: 1136235.
HSL color Cylindrical-coordinate representation of color #6B5611: hue angle of 46º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B5611 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 17 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.58 |
| HSL | 46º | 0.73% | 0.24% | - |
| HSV(B) | 46º | 0.84% | 0.42% | - |
| XYZ | 9.49 | 9.82 | 1.93 | - |
| YUV | 84.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 17 | 0 | 0.20 | 0.84 | 0.58 | 46 | 0.73 | 0.24 |
| Hex | 6B | 56 | 11 | 0 | 14 | 54 | 3A | 2E | 49 | 18 |
| Octal | 153 | 126 | 21 | 0 | 24 | 124 | 72 | 56 | 111 | 30 |
| Binary | 1101011 | 1010110 | 10001 | 0 | 10100 | 1010100 | 111010 | 101110 | 1001001 | 11000 |
Color Harmonies of #6B5611
Complementary color
Monochromatic Colors of #6B5611
Black with #6B5611
Text Example
Text Example
White with #6B5611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5611; }
p { color: rgb(107,86,17); }
H1.HeaderClassName
{
color: #6B5611;
}
.AnyTagClassName
{
color: #6B5611;
}
</style>
background-color css
<style>
a { background-color: #6B5611; }
a { background-color: rgb(107,86,17); }
div.DivClassName
{
background-color: #6B5611;
}
.BgClassName
{
background-color: #6B5611;
}
</style>
border-color css
<style>
span { border-color: #6B5611; }
span { border-color: rgb(107,86,17); }
td.TdClassName
{
border-color: #6B5611;
}
.TagClassName
{
border-color: #6B5611;
}
</style>