Shades of Raw Umber #6D5B13
Tints of Raw Umber #6D5B13
RGB
CMYK
RGB Variations
Color information
#6D5B13 (or 0x6D5B13) is known color: Raw Umber. HEX triplet: 6D, 5B and 13. RGB value is (109,91,19). Sum of RGB (Red+Green+Blue) = 109+91+19=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5B13 is #92A4EC. Grayscale: #585858. Windows color (decimal): -9610477 or 1268589. OLE color: 1268589.
HSL color Cylindrical-coordinate representation of color #6D5B13: hue angle of 48º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D5B13 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 91 | 19 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.57 |
| HSL | 48º | 0.7% | 0.25% | - |
| HSV(B) | 48º | 0.83% | 0.43% | - |
| XYZ | 10.17 | 10.78 | 2.16 | - |
| YUV | 88.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 91 | 19 | 0 | 0.17 | 0.83 | 0.57 | 48 | 0.7 | 0.25 |
| Hex | 6D | 5B | 13 | 0 | 11 | 53 | 39 | 30 | 46 | 19 |
| Octal | 155 | 133 | 23 | 0 | 21 | 123 | 71 | 60 | 106 | 31 |
| Binary | 1101101 | 1011011 | 10011 | 0 | 10001 | 1010011 | 111001 | 110000 | 1000110 | 11001 |
Color Harmonies of #6D5B13
Complementary color
Monochromatic Colors of #6D5B13
Black with #6D5B13
Text Example
Text Example
White with #6D5B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5B13; }
p { color: rgb(109,91,19); }
H1.HeaderClassName
{
color: #6D5B13;
}
.AnyTagClassName
{
color: #6D5B13;
}
</style>
background-color css
<style>
a { background-color: #6D5B13; }
a { background-color: rgb(109,91,19); }
div.DivClassName
{
background-color: #6D5B13;
}
.BgClassName
{
background-color: #6D5B13;
}
</style>
border-color css
<style>
span { border-color: #6D5B13; }
span { border-color: rgb(109,91,19); }
td.TdClassName
{
border-color: #6D5B13;
}
.TagClassName
{
border-color: #6D5B13;
}
</style>