Shades of Raw Umber #6D5A03
Tints of Raw Umber #6D5A03
RGB
CMYK
RGB Variations
Color information
#6D5A03 (or 0x6D5A03) is known color: Raw Umber. HEX triplet: 6D, 5A and 03. RGB value is (109,90,3). Sum of RGB (Red+Green+Blue) = 109+90+3=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5A03 is #92A5FC. Grayscale: #565656. Windows color (decimal): -9610749 or 219757. OLE color: 219757.
HSL color Cylindrical-coordinate representation of color #6D5A03: hue angle of 49.25º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D5A03 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 90 | 3 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.57 |
| HSL | 49.25º | 0.95% | 0.22% | - |
| HSV(B) | 49.25º | 0.97% | 0.43% | - |
| XYZ | 9.98 | 10.57 | 1.6 | - |
| YUV | 85.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 90 | 3 | 0 | 0.17 | 0.97 | 0.57 | 49.25 | 0.95 | 0.22 |
| Hex | 6D | 5A | 3 | 0 | 11 | 61 | 39 | 31 | 5F | 16 |
| Octal | 155 | 132 | 3 | 0 | 21 | 141 | 71 | 61 | 137 | 26 |
| Binary | 1101101 | 1011010 | 11 | 0 | 10001 | 1100001 | 111001 | 110001 | 1011111 | 10110 |
Color Harmonies of #6D5A03
Complementary color
Monochromatic Colors of #6D5A03
Black with #6D5A03
Text Example
Text Example
White with #6D5A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5A03; }
p { color: rgb(109,90,3); }
H1.HeaderClassName
{
color: #6D5A03;
}
.AnyTagClassName
{
color: #6D5A03;
}
</style>
background-color css
<style>
a { background-color: #6D5A03; }
a { background-color: rgb(109,90,3); }
div.DivClassName
{
background-color: #6D5A03;
}
.BgClassName
{
background-color: #6D5A03;
}
</style>
border-color css
<style>
span { border-color: #6D5A03; }
span { border-color: rgb(109,90,3); }
td.TdClassName
{
border-color: #6D5A03;
}
.TagClassName
{
border-color: #6D5A03;
}
</style>