Shades of Raw Umber #6B4B11
Tints of Raw Umber #6B4B11
RGB
CMYK
RGB Variations
Color information
#6B4B11 (or 0x6B4B11) is known color: Raw Umber. HEX triplet: 6B, 4B and 11. RGB value is (107,75,17). Sum of RGB (Red+Green+Blue) = 107+75+17=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4B11 is #94B4EE. Grayscale: #4E4E4E. Windows color (decimal): -9745647 or 1133419. OLE color: 1133419.
HSL color Cylindrical-coordinate representation of color #6B4B11: hue angle of 38.67º 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 #6B4B11 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 75 | 17 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.58 |
| HSL | 38.67º | 0.73% | 0.24% | - |
| HSV(B) | 38.67º | 0.84% | 0.42% | - |
| XYZ | 8.68 | 8.2 | 1.66 | - |
| YUV | 77.96 | 93.6 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 75 | 17 | 0 | 0.30 | 0.84 | 0.58 | 38.67 | 0.73 | 0.24 |
| Hex | 6B | 4B | 11 | 0 | 1E | 54 | 3A | 27 | 49 | 18 |
| Octal | 153 | 113 | 21 | 0 | 36 | 124 | 72 | 47 | 111 | 30 |
| Binary | 1101011 | 1001011 | 10001 | 0 | 11110 | 1010100 | 111010 | 100111 | 1001001 | 11000 |
Color Harmonies of #6B4B11
Complementary color
Monochromatic Colors of #6B4B11
Black with #6B4B11
Text Example
Text Example
White with #6B4B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4B11; }
p { color: rgb(107,75,17); }
H1.HeaderClassName
{
color: #6B4B11;
}
.AnyTagClassName
{
color: #6B4B11;
}
</style>
background-color css
<style>
a { background-color: #6B4B11; }
a { background-color: rgb(107,75,17); }
div.DivClassName
{
background-color: #6B4B11;
}
.BgClassName
{
background-color: #6B4B11;
}
</style>
border-color css
<style>
span { border-color: #6B4B11; }
span { border-color: rgb(107,75,17); }
td.TdClassName
{
border-color: #6B4B11;
}
.TagClassName
{
border-color: #6B4B11;
}
</style>