Shades of Raw Umber #6B5413
Tints of Raw Umber #6B5413
RGB
CMYK
RGB Variations
Color information
#6B5413 (or 0x6B5413) is known color: Raw Umber. HEX triplet: 6B, 54 and 13. RGB value is (107,84,19). Sum of RGB (Red+Green+Blue) = 107+84+19=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5413 is #94ABEC. Grayscale: #535353. Windows color (decimal): -9743341 or 1266795. OLE color: 1266795.
HSL color Cylindrical-coordinate representation of color #6B5413: hue angle of 44.32º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B5413 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 19 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.58 |
| HSL | 44.32º | 0.7% | 0.25% | - |
| HSV(B) | 44.32º | 0.82% | 0.42% | - |
| XYZ | 9.35 | 9.51 | 1.96 | - |
| YUV | 83.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 19 | 0 | 0.21 | 0.82 | 0.58 | 44.32 | 0.7 | 0.25 |
| Hex | 6B | 54 | 13 | 0 | 15 | 52 | 3A | 2C | 46 | 19 |
| Octal | 153 | 124 | 23 | 0 | 25 | 122 | 72 | 54 | 106 | 31 |
| Binary | 1101011 | 1010100 | 10011 | 0 | 10101 | 1010010 | 111010 | 101100 | 1000110 | 11001 |
Color Harmonies of #6B5413
Complementary color
Monochromatic Colors of #6B5413
Black with #6B5413
Text Example
Text Example
White with #6B5413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5413; }
p { color: rgb(107,84,19); }
H1.HeaderClassName
{
color: #6B5413;
}
.AnyTagClassName
{
color: #6B5413;
}
</style>
background-color css
<style>
a { background-color: #6B5413; }
a { background-color: rgb(107,84,19); }
div.DivClassName
{
background-color: #6B5413;
}
.BgClassName
{
background-color: #6B5413;
}
</style>
border-color css
<style>
span { border-color: #6B5413; }
span { border-color: rgb(107,84,19); }
td.TdClassName
{
border-color: #6B5413;
}
.TagClassName
{
border-color: #6B5413;
}
</style>