Shades of Raw Umber #6D4213
Tints of Raw Umber #6D4213
RGB
CMYK
RGB Variations
Color information
#6D4213 (or 0x6D4213) is known color: Raw Umber. HEX triplet: 6D, 42 and 13. RGB value is (109,66,19). Sum of RGB (Red+Green+Blue) = 109+66+19=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4213 is #92BDEC. Grayscale: #494949. Windows color (decimal): -9616877 or 1262189. OLE color: 1262189.
HSL color Cylindrical-coordinate representation of color #6D4213: hue angle of 31.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D4213 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 19 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.57 |
| HSL | 31.33º | 0.7% | 0.25% | - |
| HSV(B) | 31.33º | 0.83% | 0.43% | - |
| XYZ | 8.37 | 7.19 | 1.56 | - |
| YUV | 73.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 19 | 0 | 0.39 | 0.83 | 0.57 | 31.33 | 0.7 | 0.25 |
| Hex | 6D | 42 | 13 | 0 | 27 | 53 | 39 | 1F | 46 | 19 |
| Octal | 155 | 102 | 23 | 0 | 47 | 123 | 71 | 37 | 106 | 31 |
| Binary | 1101101 | 1000010 | 10011 | 0 | 100111 | 1010011 | 111001 | 11111 | 1000110 | 11001 |
Color Harmonies of #6D4213
Complementary color
Monochromatic Colors of #6D4213
Black with #6D4213
Text Example
Text Example
White with #6D4213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4213; }
p { color: rgb(109,66,19); }
H1.HeaderClassName
{
color: #6D4213;
}
.AnyTagClassName
{
color: #6D4213;
}
</style>
background-color css
<style>
a { background-color: #6D4213; }
a { background-color: rgb(109,66,19); }
div.DivClassName
{
background-color: #6D4213;
}
.BgClassName
{
background-color: #6D4213;
}
</style>
border-color css
<style>
span { border-color: #6D4213; }
span { border-color: rgb(109,66,19); }
td.TdClassName
{
border-color: #6D4213;
}
.TagClassName
{
border-color: #6D4213;
}
</style>