Shades of Raw Umber #6B5511
Tints of Raw Umber #6B5511
RGB
CMYK
RGB Variations
Color information
#6B5511 (or 0x6B5511) is known color: Raw Umber. HEX triplet: 6B, 55 and 11. RGB value is (107,85,17). Sum of RGB (Red+Green+Blue) = 107+85+17=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5511 is #94AAEE. Grayscale: #545454. Windows color (decimal): -9743087 or 1135979. OLE color: 1135979.
HSL color Cylindrical-coordinate representation of color #6B5511: hue angle of 45.33º 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 #6B5511 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 85 | 17 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.58 |
| HSL | 45.33º | 0.73% | 0.24% | - |
| HSV(B) | 45.33º | 0.84% | 0.42% | - |
| XYZ | 9.41 | 9.66 | 1.9 | - |
| YUV | 83.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 17 | 0 | 0.21 | 0.84 | 0.58 | 45.33 | 0.73 | 0.24 |
| Hex | 6B | 55 | 11 | 0 | 15 | 54 | 3A | 2D | 49 | 18 |
| Octal | 153 | 125 | 21 | 0 | 25 | 124 | 72 | 55 | 111 | 30 |
| Binary | 1101011 | 1010101 | 10001 | 0 | 10101 | 1010100 | 111010 | 101101 | 1001001 | 11000 |
Color Harmonies of #6B5511
Complementary color
Monochromatic Colors of #6B5511
Black with #6B5511
Text Example
Text Example
White with #6B5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5511; }
p { color: rgb(107,85,17); }
H1.HeaderClassName
{
color: #6B5511;
}
.AnyTagClassName
{
color: #6B5511;
}
</style>
background-color css
<style>
a { background-color: #6B5511; }
a { background-color: rgb(107,85,17); }
div.DivClassName
{
background-color: #6B5511;
}
.BgClassName
{
background-color: #6B5511;
}
</style>
border-color css
<style>
span { border-color: #6B5511; }
span { border-color: rgb(107,85,17); }
td.TdClassName
{
border-color: #6B5511;
}
.TagClassName
{
border-color: #6B5511;
}
</style>