Shades of Raw Umber #6B5310
Tints of Raw Umber #6B5310
RGB
CMYK
RGB Variations
Color information
#6B5310 (or 0x6B5310) is known color: Raw Umber. HEX triplet: 6B, 53 and 10. RGB value is (107,83,16). Sum of RGB (Red+Green+Blue) = 107+83+16=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5310 is #94ACEF. Grayscale: #525252. Windows color (decimal): -9743600 or 1069931. OLE color: 1069931.
HSL color Cylindrical-coordinate representation of color #6B5310: hue angle of 44.18º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B5310 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 16 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.58 |
| HSL | 44.18º | 0.74% | 0.24% | - |
| HSV(B) | 44.18º | 0.85% | 0.42% | - |
| XYZ | 9.25 | 9.35 | 1.81 | - |
| YUV | 82.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 16 | 0 | 0.22 | 0.85 | 0.58 | 44.18 | 0.74 | 0.24 |
| Hex | 6B | 53 | 10 | 0 | 16 | 55 | 3A | 2C | 4A | 18 |
| Octal | 153 | 123 | 20 | 0 | 26 | 125 | 72 | 54 | 112 | 30 |
| Binary | 1101011 | 1010011 | 10000 | 0 | 10110 | 1010101 | 111010 | 101100 | 1001010 | 11000 |
Color Harmonies of #6B5310
Complementary color
Monochromatic Colors of #6B5310
Black with #6B5310
Text Example
Text Example
White with #6B5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5310; }
p { color: rgb(107,83,16); }
H1.HeaderClassName
{
color: #6B5310;
}
.AnyTagClassName
{
color: #6B5310;
}
</style>
background-color css
<style>
a { background-color: #6B5310; }
a { background-color: rgb(107,83,16); }
div.DivClassName
{
background-color: #6B5310;
}
.BgClassName
{
background-color: #6B5310;
}
</style>
border-color css
<style>
span { border-color: #6B5310; }
span { border-color: rgb(107,83,16); }
td.TdClassName
{
border-color: #6B5310;
}
.TagClassName
{
border-color: #6B5310;
}
</style>