Shades of Raw Umber #6D4201
Tints of Raw Umber #6D4201
RGB
CMYK
RGB Variations
Color information
#6D4201 (or 0x6D4201) is known color: Raw Umber. HEX triplet: 6D, 42 and 01. RGB value is (109,66,1). Sum of RGB (Red+Green+Blue) = 109+66+1=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4201 is #92BDFE. Grayscale: #474747. Windows color (decimal): -9616895 or 82541. OLE color: 82541.
HSL color Cylindrical-coordinate representation of color #6D4201: hue angle of 36.11º 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 #6D4201 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.57 |
| HSL | 36.11º | 0.98% | 0.22% | - |
| HSV(B) | 36.11º | 0.99% | 0.43% | - |
| XYZ | 8.26 | 7.15 | 0.97 | - |
| YUV | 71.45 | 88.25 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 1 | 0 | 0.39 | 0.99 | 0.57 | 36.11 | 0.98 | 0.22 |
| Hex | 6D | 42 | 1 | 0 | 27 | 63 | 39 | 24 | 62 | 16 |
| Octal | 155 | 102 | 1 | 0 | 47 | 143 | 71 | 44 | 142 | 26 |
| Binary | 1101101 | 1000010 | 1 | 0 | 100111 | 1100011 | 111001 | 100100 | 1100010 | 10110 |
Color Harmonies of #6D4201
Complementary color
Monochromatic Colors of #6D4201
Black with #6D4201
Text Example
Text Example
White with #6D4201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4201; }
p { color: rgb(109,66,1); }
H1.HeaderClassName
{
color: #6D4201;
}
.AnyTagClassName
{
color: #6D4201;
}
</style>
background-color css
<style>
a { background-color: #6D4201; }
a { background-color: rgb(109,66,1); }
div.DivClassName
{
background-color: #6D4201;
}
.BgClassName
{
background-color: #6D4201;
}
</style>
border-color css
<style>
span { border-color: #6D4201; }
span { border-color: rgb(109,66,1); }
td.TdClassName
{
border-color: #6D4201;
}
.TagClassName
{
border-color: #6D4201;
}
</style>