Shades of Raw Umber #6D4B14
Tints of Raw Umber #6D4B14
RGB
CMYK
RGB Variations
Color information
#6D4B14 (or 0x6D4B14) is known color: Raw Umber. HEX triplet: 6D, 4B and 14. RGB value is (109,75,20). Sum of RGB (Red+Green+Blue) = 109+75+20=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4B14 is #92B4EB. Grayscale: #4F4F4F. Windows color (decimal): -9614572 or 1330029. OLE color: 1330029.
HSL color Cylindrical-coordinate representation of color #6D4B14: hue angle of 37.08º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D4B14 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 20 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.57 |
| HSL | 37.08º | 0.69% | 0.25% | - |
| HSV(B) | 37.08º | 0.82% | 0.43% | - |
| XYZ | 8.95 | 8.33 | 1.8 | - |
| YUV | 78.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 20 | 0 | 0.31 | 0.82 | 0.57 | 37.08 | 0.69 | 0.25 |
| Hex | 6D | 4B | 14 | 0 | 1F | 52 | 39 | 25 | 45 | 19 |
| Octal | 155 | 113 | 24 | 0 | 37 | 122 | 71 | 45 | 105 | 31 |
| Binary | 1101101 | 1001011 | 10100 | 0 | 11111 | 1010010 | 111001 | 100101 | 1000101 | 11001 |
Color Harmonies of #6D4B14
Complementary color
Monochromatic Colors of #6D4B14
Black with #6D4B14
Text Example
Text Example
White with #6D4B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B14; }
p { color: rgb(109,75,20); }
H1.HeaderClassName
{
color: #6D4B14;
}
.AnyTagClassName
{
color: #6D4B14;
}
</style>
background-color css
<style>
a { background-color: #6D4B14; }
a { background-color: rgb(109,75,20); }
div.DivClassName
{
background-color: #6D4B14;
}
.BgClassName
{
background-color: #6D4B14;
}
</style>
border-color css
<style>
span { border-color: #6D4B14; }
span { border-color: rgb(109,75,20); }
td.TdClassName
{
border-color: #6D4B14;
}
.TagClassName
{
border-color: #6D4B14;
}
</style>