Shades of Raw Umber #6B4F0B
Tints of Raw Umber #6B4F0B
RGB
CMYK
RGB Variations
Color information
#6B4F0B (or 0x6B4F0B) is known color: Raw Umber. HEX triplet: 6B, 4F and 0B. RGB value is (107,79,11). Sum of RGB (Red+Green+Blue) = 107+79+11=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B4F0B is #94B0F4. Grayscale: #4F4F4F. Windows color (decimal): -9744629 or 741227. OLE color: 741227.
HSL color Cylindrical-coordinate representation of color #6B4F0B: hue angle of 42.5º 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 #6B4F0B is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 79 | 11 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.58 |
| HSL | 42.5º | 0.81% | 0.23% | - |
| HSV(B) | 42.5º | 0.9% | 0.42% | - |
| XYZ | 8.92 | 8.74 | 1.53 | - |
| YUV | 79.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 79 | 11 | 0 | 0.26 | 0.90 | 0.58 | 42.5 | 0.81 | 0.23 |
| Hex | 6B | 4F | B | 0 | 1A | 5A | 3A | 2A | 51 | 17 |
| Octal | 153 | 117 | 13 | 0 | 32 | 132 | 72 | 52 | 121 | 27 |
| Binary | 1101011 | 1001111 | 1011 | 0 | 11010 | 1011010 | 111010 | 101010 | 1010001 | 10111 |
Color Harmonies of #6B4F0B
Complementary color
Monochromatic Colors of #6B4F0B
Black with #6B4F0B
Text Example
Text Example
White with #6B4F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4F0B; }
p { color: rgb(107,79,11); }
H1.HeaderClassName
{
color: #6B4F0B;
}
.AnyTagClassName
{
color: #6B4F0B;
}
</style>
background-color css
<style>
a { background-color: #6B4F0B; }
a { background-color: rgb(107,79,11); }
div.DivClassName
{
background-color: #6B4F0B;
}
.BgClassName
{
background-color: #6B4F0B;
}
</style>
border-color css
<style>
span { border-color: #6B4F0B; }
span { border-color: rgb(107,79,11); }
td.TdClassName
{
border-color: #6B4F0B;
}
.TagClassName
{
border-color: #6B4F0B;
}
</style>