Shades of Raw Umber #6D3C00
Tints of Raw Umber #6D3C00
RGB
CMYK
RGB Variations
Color information
#6D3C00 (or 0x6D3C00) is known color: Raw Umber. HEX triplet: 6D, 3C and 00. RGB value is (109,60,0). Sum of RGB (Red+Green+Blue) = 109+60+0=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3C00 is #92C3FF. Grayscale: #444444. Windows color (decimal): -9618432 or 15469. OLE color: 15469.
HSL color Cylindrical-coordinate representation of color #6D3C00: hue angle of 33.03º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D3C00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 60 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.57 |
| HSL | 33.03º | 1% | 0.21% | - |
| HSV(B) | 33.03º | 1% | 0.43% | - |
| XYZ | 7.92 | 6.48 | 0.83 | - |
| YUV | 67.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 0 | 0 | 0.45 | 1 | 0.57 | 33.03 | 1 | 0.21 |
| Hex | 6D | 3C | 0 | 0 | 2D | 64 | 39 | 21 | 64 | 15 |
| Octal | 155 | 74 | 0 | 0 | 55 | 144 | 71 | 41 | 144 | 25 |
| Binary | 1101101 | 111100 | 0 | 0 | 101101 | 1100100 | 111001 | 100001 | 1100100 | 10101 |
Color Harmonies of #6D3C00
Complementary color
Monochromatic Colors of #6D3C00
Black with #6D3C00
Text Example
Text Example
White with #6D3C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3C00; }
p { color: rgb(109,60,0); }
H1.HeaderClassName
{
color: #6D3C00;
}
.AnyTagClassName
{
color: #6D3C00;
}
</style>
background-color css
<style>
a { background-color: #6D3C00; }
a { background-color: rgb(109,60,0); }
div.DivClassName
{
background-color: #6D3C00;
}
.BgClassName
{
background-color: #6D3C00;
}
</style>
border-color css
<style>
span { border-color: #6D3C00; }
span { border-color: rgb(109,60,0); }
td.TdClassName
{
border-color: #6D3C00;
}
.TagClassName
{
border-color: #6D3C00;
}
</style>