Shades of Raw Umber #6D440B
Tints of Raw Umber #6D440B
RGB
CMYK
RGB Variations
Color information
#6D440B (or 0x6D440B) is known color: Raw Umber. HEX triplet: 6D, 44 and 0B. RGB value is (109,68,11). Sum of RGB (Red+Green+Blue) = 109+68+11=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D440B is #92BBF4. Grayscale: #4A4A4A. Windows color (decimal): -9616373 or 738413. OLE color: 738413.
HSL color Cylindrical-coordinate representation of color #6D440B: hue angle of 34.9º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D440B is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 68 | 11 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.57 |
| HSL | 34.9º | 0.82% | 0.24% | - |
| HSV(B) | 34.9º | 0.9% | 0.43% | - |
| XYZ | 8.43 | 7.41 | 1.3 | - |
| YUV | 73.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 11 | 0 | 0.38 | 0.90 | 0.57 | 34.9 | 0.82 | 0.24 |
| Hex | 6D | 44 | B | 0 | 26 | 5A | 39 | 23 | 52 | 18 |
| Octal | 155 | 104 | 13 | 0 | 46 | 132 | 71 | 43 | 122 | 30 |
| Binary | 1101101 | 1000100 | 1011 | 0 | 100110 | 1011010 | 111001 | 100011 | 1010010 | 11000 |
Color Harmonies of #6D440B
Complementary color
Monochromatic Colors of #6D440B
Black with #6D440B
Text Example
Text Example
White with #6D440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D440B; }
p { color: rgb(109,68,11); }
H1.HeaderClassName
{
color: #6D440B;
}
.AnyTagClassName
{
color: #6D440B;
}
</style>
background-color css
<style>
a { background-color: #6D440B; }
a { background-color: rgb(109,68,11); }
div.DivClassName
{
background-color: #6D440B;
}
.BgClassName
{
background-color: #6D440B;
}
</style>
border-color css
<style>
span { border-color: #6D440B; }
span { border-color: rgb(109,68,11); }
td.TdClassName
{
border-color: #6D440B;
}
.TagClassName
{
border-color: #6D440B;
}
</style>