Shades of Raw Umber #6D4C04
Tints of Raw Umber #6D4C04
RGB
CMYK
RGB Variations
Color information
#6D4C04 (or 0x6D4C04) is known color: Raw Umber. HEX triplet: 6D, 4C and 04. RGB value is (109,76,4). Sum of RGB (Red+Green+Blue) = 109+76+4=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4C04 is #92B3FB. Grayscale: #4D4D4D. Windows color (decimal): -9614332 or 281709. OLE color: 281709.
HSL color Cylindrical-coordinate representation of color #6D4C04: hue angle of 41.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D4C04 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 76 | 4 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.57 |
| HSL | 41.14º | 0.93% | 0.22% | - |
| HSV(B) | 41.14º | 0.96% | 0.43% | - |
| XYZ | 8.91 | 8.43 | 1.27 | - |
| YUV | 77.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 4 | 0 | 0.30 | 0.96 | 0.57 | 41.14 | 0.93 | 0.22 |
| Hex | 6D | 4C | 4 | 0 | 1E | 60 | 39 | 29 | 5D | 16 |
| Octal | 155 | 114 | 4 | 0 | 36 | 140 | 71 | 51 | 135 | 26 |
| Binary | 1101101 | 1001100 | 100 | 0 | 11110 | 1100000 | 111001 | 101001 | 1011101 | 10110 |
Color Harmonies of #6D4C04
Complementary color
Monochromatic Colors of #6D4C04
Black with #6D4C04
Text Example
Text Example
White with #6D4C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C04; }
p { color: rgb(109,76,4); }
H1.HeaderClassName
{
color: #6D4C04;
}
.AnyTagClassName
{
color: #6D4C04;
}
</style>
background-color css
<style>
a { background-color: #6D4C04; }
a { background-color: rgb(109,76,4); }
div.DivClassName
{
background-color: #6D4C04;
}
.BgClassName
{
background-color: #6D4C04;
}
</style>
border-color css
<style>
span { border-color: #6D4C04; }
span { border-color: rgb(109,76,4); }
td.TdClassName
{
border-color: #6D4C04;
}
.TagClassName
{
border-color: #6D4C04;
}
</style>