Shades of Raw Umber #6D501B
Tints of Raw Umber #6D501B
RGB
CMYK
RGB Variations
Color information
#6D501B (or 0x6D501B) is known color: Raw Umber. HEX triplet: 6D, 50 and 1B. RGB value is (109,80,27). Sum of RGB (Red+Green+Blue) = 109+80+27=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D501B is #92AFE4. Grayscale: #525252. Windows color (decimal): -9613285 or 1790061. OLE color: 1790061.
HSL color Cylindrical-coordinate representation of color #6D501B: hue angle of 38.78º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D501B is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 27 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.57 |
| HSL | 38.78º | 0.6% | 0.27% | - |
| HSV(B) | 38.78º | 0.75% | 0.43% | - |
| XYZ | 9.37 | 9.07 | 2.29 | - |
| YUV | 82.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 27 | 0 | 0.27 | 0.75 | 0.57 | 38.78 | 0.6 | 0.27 |
| Hex | 6D | 50 | 1B | 0 | 1B | 4B | 39 | 27 | 3C | 1B |
| Octal | 155 | 120 | 33 | 0 | 33 | 113 | 71 | 47 | 74 | 33 |
| Binary | 1101101 | 1010000 | 11011 | 0 | 11011 | 1001011 | 111001 | 100111 | 111100 | 11011 |
Color Harmonies of #6D501B
Complementary color
Monochromatic Colors of #6D501B
Black with #6D501B
Text Example
Text Example
White with #6D501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D501B; }
p { color: rgb(109,80,27); }
H1.HeaderClassName
{
color: #6D501B;
}
.AnyTagClassName
{
color: #6D501B;
}
</style>
background-color css
<style>
a { background-color: #6D501B; }
a { background-color: rgb(109,80,27); }
div.DivClassName
{
background-color: #6D501B;
}
.BgClassName
{
background-color: #6D501B;
}
</style>
border-color css
<style>
span { border-color: #6D501B; }
span { border-color: rgb(109,80,27); }
td.TdClassName
{
border-color: #6D501B;
}
.TagClassName
{
border-color: #6D501B;
}
</style>