Shades of Raw Umber #6D4C01
Tints of Raw Umber #6D4C01
RGB
CMYK
RGB Variations
Color information
#6D4C01 (or 0x6D4C01) is known color: Raw Umber. HEX triplet: 6D, 4C and 01. RGB value is (109,76,1). Sum of RGB (Red+Green+Blue) = 109+76+1=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4C01 is #92B3FE. Grayscale: #4D4D4D. Windows color (decimal): -9614335 or 85101. OLE color: 85101.
HSL color Cylindrical-coordinate representation of color #6D4C01: hue angle of 41.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 #6D4C01 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 76 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.57 |
| HSL | 41.67º | 0.98% | 0.22% | - |
| HSV(B) | 41.67º | 0.99% | 0.43% | - |
| XYZ | 8.9 | 8.42 | 1.19 | - |
| YUV | 77.32 | 84.93 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 1 | 0 | 0.30 | 0.99 | 0.57 | 41.67 | 0.98 | 0.22 |
| Hex | 6D | 4C | 1 | 0 | 1E | 63 | 39 | 2A | 62 | 16 |
| Octal | 155 | 114 | 1 | 0 | 36 | 143 | 71 | 52 | 142 | 26 |
| Binary | 1101101 | 1001100 | 1 | 0 | 11110 | 1100011 | 111001 | 101010 | 1100010 | 10110 |
Color Harmonies of #6D4C01
Complementary color
Monochromatic Colors of #6D4C01
Black with #6D4C01
Text Example
Text Example
White with #6D4C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C01; }
p { color: rgb(109,76,1); }
H1.HeaderClassName
{
color: #6D4C01;
}
.AnyTagClassName
{
color: #6D4C01;
}
</style>
background-color css
<style>
a { background-color: #6D4C01; }
a { background-color: rgb(109,76,1); }
div.DivClassName
{
background-color: #6D4C01;
}
.BgClassName
{
background-color: #6D4C01;
}
</style>
border-color css
<style>
span { border-color: #6D4C01; }
span { border-color: rgb(109,76,1); }
td.TdClassName
{
border-color: #6D4C01;
}
.TagClassName
{
border-color: #6D4C01;
}
</style>