Shades of Raw Umber #6D5008
Tints of Raw Umber #6D5008
RGB
CMYK
RGB Variations
Color information
#6D5008 (or 0x6D5008) is known color: Raw Umber. HEX triplet: 6D, 50 and 08. RGB value is (109,80,8). Sum of RGB (Red+Green+Blue) = 109+80+8=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5008 is #92AFF7. Grayscale: #505050. Windows color (decimal): -9613304 or 544877. OLE color: 544877.
HSL color Cylindrical-coordinate representation of color #6D5008: hue angle of 42.77º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D5008 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 8 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.57 |
| HSL | 42.77º | 0.86% | 0.23% | - |
| HSV(B) | 42.77º | 0.93% | 0.43% | - |
| XYZ | 9.22 | 9.01 | 1.48 | - |
| YUV | 80.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 8 | 0 | 0.27 | 0.93 | 0.57 | 42.77 | 0.86 | 0.23 |
| Hex | 6D | 50 | 8 | 0 | 1B | 5D | 39 | 2B | 56 | 17 |
| Octal | 155 | 120 | 10 | 0 | 33 | 135 | 71 | 53 | 126 | 27 |
| Binary | 1101101 | 1010000 | 1000 | 0 | 11011 | 1011101 | 111001 | 101011 | 1010110 | 10111 |
Color Harmonies of #6D5008
Complementary color
Monochromatic Colors of #6D5008
Black with #6D5008
Text Example
Text Example
White with #6D5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5008; }
p { color: rgb(109,80,8); }
H1.HeaderClassName
{
color: #6D5008;
}
.AnyTagClassName
{
color: #6D5008;
}
</style>
background-color css
<style>
a { background-color: #6D5008; }
a { background-color: rgb(109,80,8); }
div.DivClassName
{
background-color: #6D5008;
}
.BgClassName
{
background-color: #6D5008;
}
</style>
border-color css
<style>
span { border-color: #6D5008; }
span { border-color: rgb(109,80,8); }
td.TdClassName
{
border-color: #6D5008;
}
.TagClassName
{
border-color: #6D5008;
}
</style>