Shades of Raw Umber #6D4000
Tints of Raw Umber #6D4000
RGB
CMYK
RGB Variations
Color information
#6D4000 (or 0x6D4000) is known color: Raw Umber. HEX triplet: 6D, 40 and 00. RGB value is (109,64,0). Sum of RGB (Red+Green+Blue) = 109+64+0=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4000 is #92BFFF. Grayscale: #464646. Windows color (decimal): -9617408 or 16493. OLE color: 16493.
HSL color Cylindrical-coordinate representation of color #6D4000: hue angle of 35.23º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D4000 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 64 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.57 |
| HSL | 35.23º | 1% | 0.21% | - |
| HSV(B) | 35.23º | 1% | 0.43% | - |
| XYZ | 8.14 | 6.92 | 0.91 | - |
| YUV | 70.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 0 | 0 | 0.41 | 1 | 0.57 | 35.23 | 1 | 0.21 |
| Hex | 6D | 40 | 0 | 0 | 29 | 64 | 39 | 23 | 64 | 15 |
| Octal | 155 | 100 | 0 | 0 | 51 | 144 | 71 | 43 | 144 | 25 |
| Binary | 1101101 | 1000000 | 0 | 0 | 101001 | 1100100 | 111001 | 100011 | 1100100 | 10101 |
Color Harmonies of #6D4000
Complementary color
Monochromatic Colors of #6D4000
Black with #6D4000
Text Example
Text Example
White with #6D4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4000; }
p { color: rgb(109,64,0); }
H1.HeaderClassName
{
color: #6D4000;
}
.AnyTagClassName
{
color: #6D4000;
}
</style>
background-color css
<style>
a { background-color: #6D4000; }
a { background-color: rgb(109,64,0); }
div.DivClassName
{
background-color: #6D4000;
}
.BgClassName
{
background-color: #6D4000;
}
</style>
border-color css
<style>
span { border-color: #6D4000; }
span { border-color: rgb(109,64,0); }
td.TdClassName
{
border-color: #6D4000;
}
.TagClassName
{
border-color: #6D4000;
}
</style>