Shades of Raw Umber #6D5E01
Tints of Raw Umber #6D5E01
RGB
CMYK
RGB Variations
Color information
#6D5E01 (or 0x6D5E01) is known color: Raw Umber. HEX triplet: 6D, 5E and 01. RGB value is (109,94,1). Sum of RGB (Red+Green+Blue) = 109+94+1=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5E01 is #92A1FE. Grayscale: #585858. Windows color (decimal): -9609727 or 89709. OLE color: 89709.
HSL color Cylindrical-coordinate representation of color #6D5E01: hue angle of 51.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D5E01 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 94 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.57 |
| HSL | 51.67º | 0.98% | 0.22% | - |
| HSV(B) | 51.67º | 0.99% | 0.43% | - |
| XYZ | 10.31 | 11.26 | 1.66 | - |
| YUV | 87.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 94 | 1 | 0 | 0.14 | 0.99 | 0.57 | 51.67 | 0.98 | 0.22 |
| Hex | 6D | 5E | 1 | 0 | E | 63 | 39 | 34 | 62 | 16 |
| Octal | 155 | 136 | 1 | 0 | 16 | 143 | 71 | 64 | 142 | 26 |
| Binary | 1101101 | 1011110 | 1 | 0 | 1110 | 1100011 | 111001 | 110100 | 1100010 | 10110 |
Color Harmonies of #6D5E01
Complementary color
Monochromatic Colors of #6D5E01
Black with #6D5E01
Text Example
Text Example
White with #6D5E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5E01; }
p { color: rgb(109,94,1); }
H1.HeaderClassName
{
color: #6D5E01;
}
.AnyTagClassName
{
color: #6D5E01;
}
</style>
background-color css
<style>
a { background-color: #6D5E01; }
a { background-color: rgb(109,94,1); }
div.DivClassName
{
background-color: #6D5E01;
}
.BgClassName
{
background-color: #6D5E01;
}
</style>
border-color css
<style>
span { border-color: #6D5E01; }
span { border-color: rgb(109,94,1); }
td.TdClassName
{
border-color: #6D5E01;
}
.TagClassName
{
border-color: #6D5E01;
}
</style>