Shades of Raw Umber #6B5118
Tints of Raw Umber #6B5118
RGB
CMYK
RGB Variations
Color information
#6B5118 (or 0x6B5118) is known color: Raw Umber. HEX triplet: 6B, 51 and 18. RGB value is (107,81,24). Sum of RGB (Red+Green+Blue) = 107+81+24=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5118 is #94AEE7. Grayscale: #525252. Windows color (decimal): -9744104 or 1593707. OLE color: 1593707.
HSL color Cylindrical-coordinate representation of color #6B5118: hue angle of 41.2º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B5118 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 24 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.58 |
| HSL | 41.2º | 0.63% | 0.26% | - |
| HSV(B) | 41.2º | 0.78% | 0.42% | - |
| XYZ | 9.17 | 9.08 | 2.13 | - |
| YUV | 82.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 24 | 0 | 0.24 | 0.78 | 0.58 | 41.2 | 0.63 | 0.26 |
| Hex | 6B | 51 | 18 | 0 | 18 | 4E | 3A | 29 | 3F | 1A |
| Octal | 153 | 121 | 30 | 0 | 30 | 116 | 72 | 51 | 77 | 32 |
| Binary | 1101011 | 1010001 | 11000 | 0 | 11000 | 1001110 | 111010 | 101001 | 111111 | 11010 |
Color Harmonies of #6B5118
Complementary color
Monochromatic Colors of #6B5118
Black with #6B5118
Text Example
Text Example
White with #6B5118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5118; }
p { color: rgb(107,81,24); }
H1.HeaderClassName
{
color: #6B5118;
}
.AnyTagClassName
{
color: #6B5118;
}
</style>
background-color css
<style>
a { background-color: #6B5118; }
a { background-color: rgb(107,81,24); }
div.DivClassName
{
background-color: #6B5118;
}
.BgClassName
{
background-color: #6B5118;
}
</style>
border-color css
<style>
span { border-color: #6B5118; }
span { border-color: rgb(107,81,24); }
td.TdClassName
{
border-color: #6B5118;
}
.TagClassName
{
border-color: #6B5118;
}
</style>