Shades of Raw Umber #6D5502
Tints of Raw Umber #6D5502
RGB
CMYK
RGB Variations
Color information
#6D5502 (or 0x6D5502) is known color: Raw Umber. HEX triplet: 6D, 55 and 02. RGB value is (109,85,2). Sum of RGB (Red+Green+Blue) = 109+85+2=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5502 is #92AAFD. Grayscale: #535353. Windows color (decimal): -9612030 or 152941. OLE color: 152941.
HSL color Cylindrical-coordinate representation of color #6D5502: hue angle of 46.54º 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 #6D5502 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 2 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.57 |
| HSL | 46.54º | 0.96% | 0.22% | - |
| HSV(B) | 46.54º | 0.98% | 0.43% | - |
| XYZ | 9.57 | 9.75 | 1.44 | - |
| YUV | 82.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 2 | 0 | 0.22 | 0.98 | 0.57 | 46.54 | 0.96 | 0.22 |
| Hex | 6D | 55 | 2 | 0 | 16 | 62 | 39 | 2F | 60 | 16 |
| Octal | 155 | 125 | 2 | 0 | 26 | 142 | 71 | 57 | 140 | 26 |
| Binary | 1101101 | 1010101 | 10 | 0 | 10110 | 1100010 | 111001 | 101111 | 1100000 | 10110 |
Color Harmonies of #6D5502
Complementary color
Monochromatic Colors of #6D5502
Black with #6D5502
Text Example
Text Example
White with #6D5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5502; }
p { color: rgb(109,85,2); }
H1.HeaderClassName
{
color: #6D5502;
}
.AnyTagClassName
{
color: #6D5502;
}
</style>
background-color css
<style>
a { background-color: #6D5502; }
a { background-color: rgb(109,85,2); }
div.DivClassName
{
background-color: #6D5502;
}
.BgClassName
{
background-color: #6D5502;
}
</style>
border-color css
<style>
span { border-color: #6D5502; }
span { border-color: rgb(109,85,2); }
td.TdClassName
{
border-color: #6D5502;
}
.TagClassName
{
border-color: #6D5502;
}
</style>