Shades of Raw Umber #6D4814
Tints of Raw Umber #6D4814
RGB
CMYK
RGB Variations
Color information
#6D4814 (or 0x6D4814) is known color: Raw Umber. HEX triplet: 6D, 48 and 14. RGB value is (109,72,20). Sum of RGB (Red+Green+Blue) = 109+72+20=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4814 is #92B7EB. Grayscale: #4D4D4D. Windows color (decimal): -9615340 or 1329261. OLE color: 1329261.
HSL color Cylindrical-coordinate representation of color #6D4814: hue angle of 35.06º 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 #6D4814 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 20 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.57 |
| HSL | 35.06º | 0.69% | 0.25% | - |
| HSV(B) | 35.06º | 0.82% | 0.43% | - |
| XYZ | 8.75 | 7.94 | 1.73 | - |
| YUV | 77.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 20 | 0 | 0.34 | 0.82 | 0.57 | 35.06 | 0.69 | 0.25 |
| Hex | 6D | 48 | 14 | 0 | 22 | 52 | 39 | 23 | 45 | 19 |
| Octal | 155 | 110 | 24 | 0 | 42 | 122 | 71 | 43 | 105 | 31 |
| Binary | 1101101 | 1001000 | 10100 | 0 | 100010 | 1010010 | 111001 | 100011 | 1000101 | 11001 |
Color Harmonies of #6D4814
Complementary color
Monochromatic Colors of #6D4814
Black with #6D4814
Text Example
Text Example
White with #6D4814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4814; }
p { color: rgb(109,72,20); }
H1.HeaderClassName
{
color: #6D4814;
}
.AnyTagClassName
{
color: #6D4814;
}
</style>
background-color css
<style>
a { background-color: #6D4814; }
a { background-color: rgb(109,72,20); }
div.DivClassName
{
background-color: #6D4814;
}
.BgClassName
{
background-color: #6D4814;
}
</style>
border-color css
<style>
span { border-color: #6D4814; }
span { border-color: rgb(109,72,20); }
td.TdClassName
{
border-color: #6D4814;
}
.TagClassName
{
border-color: #6D4814;
}
</style>