Shades of Raw Umber #6B520E
Tints of Raw Umber #6B520E
RGB
CMYK
RGB Variations
Color information
#6B520E (or 0x6B520E) is known color: Raw Umber. HEX triplet: 6B, 52 and 0E. RGB value is (107,82,14). Sum of RGB (Red+Green+Blue) = 107+82+14=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B520E is #94ADF1. Grayscale: #525252. Windows color (decimal): -9743858 or 938603. OLE color: 938603.
HSL color Cylindrical-coordinate representation of color #6B520E: hue angle of 43.87º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B520E is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 14 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.58 |
| HSL | 43.87º | 0.77% | 0.24% | - |
| HSV(B) | 43.87º | 0.87% | 0.42% | - |
| XYZ | 9.16 | 9.19 | 1.71 | - |
| YUV | 81.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 14 | 0 | 0.23 | 0.87 | 0.58 | 43.87 | 0.77 | 0.24 |
| Hex | 6B | 52 | E | 0 | 17 | 57 | 3A | 2C | 4D | 18 |
| Octal | 153 | 122 | 16 | 0 | 27 | 127 | 72 | 54 | 115 | 30 |
| Binary | 1101011 | 1010010 | 1110 | 0 | 10111 | 1010111 | 111010 | 101100 | 1001101 | 11000 |
Color Harmonies of #6B520E
Complementary color
Monochromatic Colors of #6B520E
Black with #6B520E
Text Example
Text Example
White with #6B520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B520E; }
p { color: rgb(107,82,14); }
H1.HeaderClassName
{
color: #6B520E;
}
.AnyTagClassName
{
color: #6B520E;
}
</style>
background-color css
<style>
a { background-color: #6B520E; }
a { background-color: rgb(107,82,14); }
div.DivClassName
{
background-color: #6B520E;
}
.BgClassName
{
background-color: #6B520E;
}
</style>
border-color css
<style>
span { border-color: #6B520E; }
span { border-color: rgb(107,82,14); }
td.TdClassName
{
border-color: #6B520E;
}
.TagClassName
{
border-color: #6B520E;
}
</style>