Shades of Raw Umber #6D4001
Tints of Raw Umber #6D4001
RGB
CMYK
RGB Variations
Color information
#6D4001 (or 0x6D4001) is known color: Raw Umber. HEX triplet: 6D, 40 and 01. RGB value is (109,64,1). Sum of RGB (Red+Green+Blue) = 109+64+1=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4001 is #92BFFE. Grayscale: #464646. Windows color (decimal): -9617407 or 82029. OLE color: 82029.
HSL color Cylindrical-coordinate representation of color #6D4001: hue angle of 35º 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 #6D4001 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 64 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.57 |
| HSL | 35º | 0.98% | 0.22% | - |
| HSV(B) | 35º | 0.99% | 0.43% | - |
| XYZ | 8.15 | 6.92 | 0.94 | - |
| YUV | 70.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 1 | 0 | 0.41 | 0.99 | 0.57 | 35 | 0.98 | 0.22 |
| Hex | 6D | 40 | 1 | 0 | 29 | 63 | 39 | 23 | 62 | 16 |
| Octal | 155 | 100 | 1 | 0 | 51 | 143 | 71 | 43 | 142 | 26 |
| Binary | 1101101 | 1000000 | 1 | 0 | 101001 | 1100011 | 111001 | 100011 | 1100010 | 10110 |
Color Harmonies of #6D4001
Complementary color
Monochromatic Colors of #6D4001
Black with #6D4001
Text Example
Text Example
White with #6D4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4001; }
p { color: rgb(109,64,1); }
H1.HeaderClassName
{
color: #6D4001;
}
.AnyTagClassName
{
color: #6D4001;
}
</style>
background-color css
<style>
a { background-color: #6D4001; }
a { background-color: rgb(109,64,1); }
div.DivClassName
{
background-color: #6D4001;
}
.BgClassName
{
background-color: #6D4001;
}
</style>
border-color css
<style>
span { border-color: #6D4001; }
span { border-color: rgb(109,64,1); }
td.TdClassName
{
border-color: #6D4001;
}
.TagClassName
{
border-color: #6D4001;
}
</style>