Shades of Raw Umber #6D5B05
Tints of Raw Umber #6D5B05
RGB
CMYK
RGB Variations
Color information
#6D5B05 (or 0x6D5B05) is known color: Raw Umber. HEX triplet: 6D, 5B and 05. RGB value is (109,91,5). Sum of RGB (Red+Green+Blue) = 109+91+5=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5B05 is #92A4FA. Grayscale: #565656. Windows color (decimal): -9610491 or 351085. OLE color: 351085.
HSL color Cylindrical-coordinate representation of color #6D5B05: hue angle of 49.62º 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 #6D5B05 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 91 | 5 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.57 |
| HSL | 49.62º | 0.91% | 0.22% | - |
| HSV(B) | 49.62º | 0.95% | 0.43% | - |
| XYZ | 10.08 | 10.74 | 1.69 | - |
| YUV | 86.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 91 | 5 | 0 | 0.17 | 0.95 | 0.57 | 49.62 | 0.91 | 0.22 |
| Hex | 6D | 5B | 5 | 0 | 11 | 5F | 39 | 32 | 5B | 16 |
| Octal | 155 | 133 | 5 | 0 | 21 | 137 | 71 | 62 | 133 | 26 |
| Binary | 1101101 | 1011011 | 101 | 0 | 10001 | 1011111 | 111001 | 110010 | 1011011 | 10110 |
Color Harmonies of #6D5B05
Complementary color
Monochromatic Colors of #6D5B05
Black with #6D5B05
Text Example
Text Example
White with #6D5B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5B05; }
p { color: rgb(109,91,5); }
H1.HeaderClassName
{
color: #6D5B05;
}
.AnyTagClassName
{
color: #6D5B05;
}
</style>
background-color css
<style>
a { background-color: #6D5B05; }
a { background-color: rgb(109,91,5); }
div.DivClassName
{
background-color: #6D5B05;
}
.BgClassName
{
background-color: #6D5B05;
}
</style>
border-color css
<style>
span { border-color: #6D5B05; }
span { border-color: rgb(109,91,5); }
td.TdClassName
{
border-color: #6D5B05;
}
.TagClassName
{
border-color: #6D5B05;
}
</style>