Shades of Raw Umber #6D4B08
Tints of Raw Umber #6D4B08
RGB
CMYK
RGB Variations
Color information
#6D4B08 (or 0x6D4B08) is known color: Raw Umber. HEX triplet: 6D, 4B and 08. RGB value is (109,75,8). Sum of RGB (Red+Green+Blue) = 109+75+8=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4B08 is #92B4F7. Grayscale: #4D4D4D. Windows color (decimal): -9614584 or 543597. OLE color: 543597.
HSL color Cylindrical-coordinate representation of color #6D4B08: hue angle of 39.8º 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 #6D4B08 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 8 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.57 |
| HSL | 39.8º | 0.86% | 0.23% | - |
| HSV(B) | 39.8º | 0.93% | 0.43% | - |
| XYZ | 8.87 | 8.3 | 1.36 | - |
| YUV | 77.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 8 | 0 | 0.31 | 0.93 | 0.57 | 39.8 | 0.86 | 0.23 |
| Hex | 6D | 4B | 8 | 0 | 1F | 5D | 39 | 28 | 56 | 17 |
| Octal | 155 | 113 | 10 | 0 | 37 | 135 | 71 | 50 | 126 | 27 |
| Binary | 1101101 | 1001011 | 1000 | 0 | 11111 | 1011101 | 111001 | 101000 | 1010110 | 10111 |
Color Harmonies of #6D4B08
Complementary color
Monochromatic Colors of #6D4B08
Black with #6D4B08
Text Example
Text Example
White with #6D4B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B08; }
p { color: rgb(109,75,8); }
H1.HeaderClassName
{
color: #6D4B08;
}
.AnyTagClassName
{
color: #6D4B08;
}
</style>
background-color css
<style>
a { background-color: #6D4B08; }
a { background-color: rgb(109,75,8); }
div.DivClassName
{
background-color: #6D4B08;
}
.BgClassName
{
background-color: #6D4B08;
}
</style>
border-color css
<style>
span { border-color: #6D4B08; }
span { border-color: rgb(109,75,8); }
td.TdClassName
{
border-color: #6D4B08;
}
.TagClassName
{
border-color: #6D4B08;
}
</style>