Shades of Raw Umber #6D4214
Tints of Raw Umber #6D4214
RGB
CMYK
RGB Variations
Color information
#6D4214 (or 0x6D4214) is known color: Raw Umber. HEX triplet: 6D, 42 and 14. RGB value is (109,66,20). Sum of RGB (Red+Green+Blue) = 109+66+20=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4214 is #92BDEB. Grayscale: #494949. Windows color (decimal): -9616876 or 1327725. OLE color: 1327725.
HSL color Cylindrical-coordinate representation of color #6D4214: hue angle of 31.01º 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 #6D4214 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 20 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.57 |
| HSL | 31.01º | 0.69% | 0.25% | - |
| HSV(B) | 31.01º | 0.82% | 0.43% | - |
| XYZ | 8.38 | 7.2 | 1.61 | - |
| YUV | 73.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 20 | 0 | 0.39 | 0.82 | 0.57 | 31.01 | 0.69 | 0.25 |
| Hex | 6D | 42 | 14 | 0 | 27 | 52 | 39 | 1F | 45 | 19 |
| Octal | 155 | 102 | 24 | 0 | 47 | 122 | 71 | 37 | 105 | 31 |
| Binary | 1101101 | 1000010 | 10100 | 0 | 100111 | 1010010 | 111001 | 11111 | 1000101 | 11001 |
Color Harmonies of #6D4214
Complementary color
Monochromatic Colors of #6D4214
Black with #6D4214
Text Example
Text Example
White with #6D4214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4214; }
p { color: rgb(109,66,20); }
H1.HeaderClassName
{
color: #6D4214;
}
.AnyTagClassName
{
color: #6D4214;
}
</style>
background-color css
<style>
a { background-color: #6D4214; }
a { background-color: rgb(109,66,20); }
div.DivClassName
{
background-color: #6D4214;
}
.BgClassName
{
background-color: #6D4214;
}
</style>
border-color css
<style>
span { border-color: #6D4214; }
span { border-color: rgb(109,66,20); }
td.TdClassName
{
border-color: #6D4214;
}
.TagClassName
{
border-color: #6D4214;
}
</style>