Shades of Raw Umber #6D4502
Tints of Raw Umber #6D4502
RGB
CMYK
RGB Variations
Color information
#6D4502 (or 0x6D4502) is known color: Raw Umber. HEX triplet: 6D, 45 and 02. RGB value is (109,69,2). Sum of RGB (Red+Green+Blue) = 109+69+2=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4502 is #92BAFD. Grayscale: #494949. Windows color (decimal): -9616126 or 148845. OLE color: 148845.
HSL color Cylindrical-coordinate representation of color #6D4502: hue angle of 37.57º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D4502 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 69 | 2 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.57 |
| HSL | 37.57º | 0.96% | 0.22% | - |
| HSV(B) | 37.57º | 0.98% | 0.43% | - |
| XYZ | 8.45 | 7.51 | 1.06 | - |
| YUV | 73.32 | 87.75 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 2 | 0 | 0.37 | 0.98 | 0.57 | 37.57 | 0.96 | 0.22 |
| Hex | 6D | 45 | 2 | 0 | 25 | 62 | 39 | 26 | 60 | 16 |
| Octal | 155 | 105 | 2 | 0 | 45 | 142 | 71 | 46 | 140 | 26 |
| Binary | 1101101 | 1000101 | 10 | 0 | 100101 | 1100010 | 111001 | 100110 | 1100000 | 10110 |
Color Harmonies of #6D4502
Complementary color
Monochromatic Colors of #6D4502
Black with #6D4502
Text Example
Text Example
White with #6D4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4502; }
p { color: rgb(109,69,2); }
H1.HeaderClassName
{
color: #6D4502;
}
.AnyTagClassName
{
color: #6D4502;
}
</style>
background-color css
<style>
a { background-color: #6D4502; }
a { background-color: rgb(109,69,2); }
div.DivClassName
{
background-color: #6D4502;
}
.BgClassName
{
background-color: #6D4502;
}
</style>
border-color css
<style>
span { border-color: #6D4502; }
span { border-color: rgb(109,69,2); }
td.TdClassName
{
border-color: #6D4502;
}
.TagClassName
{
border-color: #6D4502;
}
</style>