Shades of Raw Umber #6D5605
Tints of Raw Umber #6D5605
RGB
CMYK
RGB Variations
Color information
#6D5605 (or 0x6D5605) is known color: Raw Umber. HEX triplet: 6D, 56 and 05. RGB value is (109,86,5). Sum of RGB (Red+Green+Blue) = 109+86+5=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5605 is #92A9FA. Grayscale: #535353. Windows color (decimal): -9611771 or 349805. OLE color: 349805.
HSL color Cylindrical-coordinate representation of color #6D5605: hue angle of 46.73º 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 #6D5605 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 5 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.57 |
| HSL | 46.73º | 0.91% | 0.22% | - |
| HSV(B) | 46.73º | 0.95% | 0.43% | - |
| XYZ | 9.66 | 9.92 | 1.55 | - |
| YUV | 83.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 5 | 0 | 0.21 | 0.95 | 0.57 | 46.73 | 0.91 | 0.22 |
| Hex | 6D | 56 | 5 | 0 | 15 | 5F | 39 | 2F | 5B | 16 |
| Octal | 155 | 126 | 5 | 0 | 25 | 137 | 71 | 57 | 133 | 26 |
| Binary | 1101101 | 1010110 | 101 | 0 | 10101 | 1011111 | 111001 | 101111 | 1011011 | 10110 |
Color Harmonies of #6D5605
Complementary color
Monochromatic Colors of #6D5605
Black with #6D5605
Text Example
Text Example
White with #6D5605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5605; }
p { color: rgb(109,86,5); }
H1.HeaderClassName
{
color: #6D5605;
}
.AnyTagClassName
{
color: #6D5605;
}
</style>
background-color css
<style>
a { background-color: #6D5605; }
a { background-color: rgb(109,86,5); }
div.DivClassName
{
background-color: #6D5605;
}
.BgClassName
{
background-color: #6D5605;
}
</style>
border-color css
<style>
span { border-color: #6D5605; }
span { border-color: rgb(109,86,5); }
td.TdClassName
{
border-color: #6D5605;
}
.TagClassName
{
border-color: #6D5605;
}
</style>