Shades of Raw Umber #6D3C01
Tints of Raw Umber #6D3C01
RGB
CMYK
RGB Variations
Color information
#6D3C01 (or 0x6D3C01) is known color: Raw Umber. HEX triplet: 6D, 3C and 01. RGB value is (109,60,1). Sum of RGB (Red+Green+Blue) = 109+60+1=170 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.12% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3C01 is #92C3FE. Grayscale: #444444. Windows color (decimal): -9618431 or 81005. OLE color: 81005.
HSL color Cylindrical-coordinate representation of color #6D3C01: hue angle of 32.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D3C01 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 60 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.57 |
| HSL | 32.78º | 0.98% | 0.22% | - |
| HSV(B) | 32.78º | 0.99% | 0.43% | - |
| XYZ | 7.93 | 6.49 | 0.86 | - |
| YUV | 67.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 1 | 0 | 0.45 | 0.99 | 0.57 | 32.78 | 0.98 | 0.22 |
| Hex | 6D | 3C | 1 | 0 | 2D | 63 | 39 | 21 | 62 | 16 |
| Octal | 155 | 74 | 1 | 0 | 55 | 143 | 71 | 41 | 142 | 26 |
| Binary | 1101101 | 111100 | 1 | 0 | 101101 | 1100011 | 111001 | 100001 | 1100010 | 10110 |
Color Harmonies of #6D3C01
Complementary color
Monochromatic Colors of #6D3C01
Black with #6D3C01
Text Example
Text Example
White with #6D3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3C01; }
p { color: rgb(109,60,1); }
H1.HeaderClassName
{
color: #6D3C01;
}
.AnyTagClassName
{
color: #6D3C01;
}
</style>
background-color css
<style>
a { background-color: #6D3C01; }
a { background-color: rgb(109,60,1); }
div.DivClassName
{
background-color: #6D3C01;
}
.BgClassName
{
background-color: #6D3C01;
}
</style>
border-color css
<style>
span { border-color: #6D3C01; }
span { border-color: rgb(109,60,1); }
td.TdClassName
{
border-color: #6D3C01;
}
.TagClassName
{
border-color: #6D3C01;
}
</style>