Shades of Raw Umber #6D4A05
Tints of Raw Umber #6D4A05
RGB
CMYK
RGB Variations
Color information
#6D4A05 (or 0x6D4A05) is known color: Raw Umber. HEX triplet: 6D, 4A and 05. RGB value is (109,74,5). Sum of RGB (Red+Green+Blue) = 109+74+5=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4A05 is #92B5FA. Grayscale: #4C4C4C. Windows color (decimal): -9614843 or 346733. OLE color: 346733.
HSL color Cylindrical-coordinate representation of color #6D4A05: hue angle of 39.81º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D4A05 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 5 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.57 |
| HSL | 39.81º | 0.91% | 0.22% | - |
| HSV(B) | 39.81º | 0.95% | 0.43% | - |
| XYZ | 8.78 | 8.16 | 1.26 | - |
| YUV | 76.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 5 | 0 | 0.32 | 0.95 | 0.57 | 39.81 | 0.91 | 0.22 |
| Hex | 6D | 4A | 5 | 0 | 20 | 5F | 39 | 28 | 5B | 16 |
| Octal | 155 | 112 | 5 | 0 | 40 | 137 | 71 | 50 | 133 | 26 |
| Binary | 1101101 | 1001010 | 101 | 0 | 100000 | 1011111 | 111001 | 101000 | 1011011 | 10110 |
Color Harmonies of #6D4A05
Complementary color
Monochromatic Colors of #6D4A05
Black with #6D4A05
Text Example
Text Example
White with #6D4A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A05; }
p { color: rgb(109,74,5); }
H1.HeaderClassName
{
color: #6D4A05;
}
.AnyTagClassName
{
color: #6D4A05;
}
</style>
background-color css
<style>
a { background-color: #6D4A05; }
a { background-color: rgb(109,74,5); }
div.DivClassName
{
background-color: #6D4A05;
}
.BgClassName
{
background-color: #6D4A05;
}
</style>
border-color css
<style>
span { border-color: #6D4A05; }
span { border-color: rgb(109,74,5); }
td.TdClassName
{
border-color: #6D4A05;
}
.TagClassName
{
border-color: #6D4A05;
}
</style>