Shades of Raw Umber #6B400B
Tints of Raw Umber #6B400B
RGB
CMYK
RGB Variations
Color information
#6B400B (or 0x6B400B) is known color: Raw Umber. HEX triplet: 6B, 40 and 0B. RGB value is (107,64,11). Sum of RGB (Red+Green+Blue) = 107+64+11=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B400B is #94BFF4. Grayscale: #474747. Windows color (decimal): -9748469 or 737387. OLE color: 737387.
HSL color Cylindrical-coordinate representation of color #6B400B: hue angle of 33.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B400B is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 11 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.58 |
| HSL | 33.13º | 0.81% | 0.23% | - |
| HSV(B) | 33.13º | 0.9% | 0.42% | - |
| XYZ | 7.96 | 6.82 | 1.21 | - |
| YUV | 70.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 11 | 0 | 0.40 | 0.90 | 0.58 | 33.13 | 0.81 | 0.23 |
| Hex | 6B | 40 | B | 0 | 28 | 5A | 3A | 21 | 51 | 17 |
| Octal | 153 | 100 | 13 | 0 | 50 | 132 | 72 | 41 | 121 | 27 |
| Binary | 1101011 | 1000000 | 1011 | 0 | 101000 | 1011010 | 111010 | 100001 | 1010001 | 10111 |
Color Harmonies of #6B400B
Complementary color
Monochromatic Colors of #6B400B
Black with #6B400B
Text Example
Text Example
White with #6B400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B400B; }
p { color: rgb(107,64,11); }
H1.HeaderClassName
{
color: #6B400B;
}
.AnyTagClassName
{
color: #6B400B;
}
</style>
background-color css
<style>
a { background-color: #6B400B; }
a { background-color: rgb(107,64,11); }
div.DivClassName
{
background-color: #6B400B;
}
.BgClassName
{
background-color: #6B400B;
}
</style>
border-color css
<style>
span { border-color: #6B400B; }
span { border-color: rgb(107,64,11); }
td.TdClassName
{
border-color: #6B400B;
}
.TagClassName
{
border-color: #6B400B;
}
</style>