Shades of Raw Umber #6D5102
Tints of Raw Umber #6D5102
RGB
CMYK
RGB Variations
Color information
#6D5102 (or 0x6D5102) is known color: Raw Umber. HEX triplet: 6D, 51 and 02. RGB value is (109,81,2). Sum of RGB (Red+Green+Blue) = 109+81+2=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5102 is #92AEFD. Grayscale: #505050. Windows color (decimal): -9613054 or 151917. OLE color: 151917.
HSL color Cylindrical-coordinate representation of color #6D5102: hue angle of 44.3º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D5102 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 2 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.57 |
| HSL | 44.3º | 0.96% | 0.22% | - |
| HSV(B) | 44.3º | 0.98% | 0.43% | - |
| XYZ | 9.26 | 9.14 | 1.33 | - |
| YUV | 80.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 2 | 0 | 0.26 | 0.98 | 0.57 | 44.3 | 0.96 | 0.22 |
| Hex | 6D | 51 | 2 | 0 | 1A | 62 | 39 | 2C | 60 | 16 |
| Octal | 155 | 121 | 2 | 0 | 32 | 142 | 71 | 54 | 140 | 26 |
| Binary | 1101101 | 1010001 | 10 | 0 | 11010 | 1100010 | 111001 | 101100 | 1100000 | 10110 |
Color Harmonies of #6D5102
Complementary color
Monochromatic Colors of #6D5102
Black with #6D5102
Text Example
Text Example
White with #6D5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5102; }
p { color: rgb(109,81,2); }
H1.HeaderClassName
{
color: #6D5102;
}
.AnyTagClassName
{
color: #6D5102;
}
</style>
background-color css
<style>
a { background-color: #6D5102; }
a { background-color: rgb(109,81,2); }
div.DivClassName
{
background-color: #6D5102;
}
.BgClassName
{
background-color: #6D5102;
}
</style>
border-color css
<style>
span { border-color: #6D5102; }
span { border-color: rgb(109,81,2); }
td.TdClassName
{
border-color: #6D5102;
}
.TagClassName
{
border-color: #6D5102;
}
</style>