Shades of Raw Umber #6D4F08
Tints of Raw Umber #6D4F08
RGB
CMYK
RGB Variations
Color information
#6D4F08 (or 0x6D4F08) is known color: Raw Umber. HEX triplet: 6D, 4F and 08. RGB value is (109,79,8). Sum of RGB (Red+Green+Blue) = 109+79+8=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D4F08 is #92B0F7. Grayscale: #505050. Windows color (decimal): -9613560 or 544621. OLE color: 544621.
HSL color Cylindrical-coordinate representation of color #6D4F08: hue angle of 42.18º 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 #6D4F08 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 79 | 8 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.57 |
| HSL | 42.18º | 0.86% | 0.23% | - |
| HSV(B) | 42.18º | 0.93% | 0.43% | - |
| XYZ | 9.15 | 8.86 | 1.46 | - |
| YUV | 79.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 8 | 0 | 0.28 | 0.93 | 0.57 | 42.18 | 0.86 | 0.23 |
| Hex | 6D | 4F | 8 | 0 | 1C | 5D | 39 | 2A | 56 | 17 |
| Octal | 155 | 117 | 10 | 0 | 34 | 135 | 71 | 52 | 126 | 27 |
| Binary | 1101101 | 1001111 | 1000 | 0 | 11100 | 1011101 | 111001 | 101010 | 1010110 | 10111 |
Color Harmonies of #6D4F08
Complementary color
Monochromatic Colors of #6D4F08
Black with #6D4F08
Text Example
Text Example
White with #6D4F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4F08; }
p { color: rgb(109,79,8); }
H1.HeaderClassName
{
color: #6D4F08;
}
.AnyTagClassName
{
color: #6D4F08;
}
</style>
background-color css
<style>
a { background-color: #6D4F08; }
a { background-color: rgb(109,79,8); }
div.DivClassName
{
background-color: #6D4F08;
}
.BgClassName
{
background-color: #6D4F08;
}
</style>
border-color css
<style>
span { border-color: #6D4F08; }
span { border-color: rgb(109,79,8); }
td.TdClassName
{
border-color: #6D4F08;
}
.TagClassName
{
border-color: #6D4F08;
}
</style>