Shades of Raw Umber #6A500D
Tints of Raw Umber #6A500D
RGB
CMYK
RGB Variations
Color information
#6A500D (or 0x6A500D) is known color: Raw Umber. HEX triplet: 6A, 50 and 0D. RGB value is (106,80,13). Sum of RGB (Red+Green+Blue) = 106+80+13=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A500D is #95AFF2. Grayscale: #505050. Windows color (decimal): -9809907 or 872554. OLE color: 872554.
HSL color Cylindrical-coordinate representation of color #6A500D: hue angle of 43.23º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A500D is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 80 | 13 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.58 |
| HSL | 43.23º | 0.78% | 0.23% | - |
| HSV(B) | 43.23º | 0.88% | 0.42% | - |
| XYZ | 8.89 | 8.83 | 1.62 | - |
| YUV | 80.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 80 | 13 | 0 | 0.25 | 0.88 | 0.58 | 43.23 | 0.78 | 0.23 |
| Hex | 6A | 50 | D | 0 | 19 | 58 | 3A | 2B | 4E | 17 |
| Octal | 152 | 120 | 15 | 0 | 31 | 130 | 72 | 53 | 116 | 27 |
| Binary | 1101010 | 1010000 | 1101 | 0 | 11001 | 1011000 | 111010 | 101011 | 1001110 | 10111 |
Color Harmonies of #6A500D
Complementary color
Monochromatic Colors of #6A500D
Black with #6A500D
Text Example
Text Example
White with #6A500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A500D; }
p { color: rgb(106,80,13); }
H1.HeaderClassName
{
color: #6A500D;
}
.AnyTagClassName
{
color: #6A500D;
}
</style>
background-color css
<style>
a { background-color: #6A500D; }
a { background-color: rgb(106,80,13); }
div.DivClassName
{
background-color: #6A500D;
}
.BgClassName
{
background-color: #6A500D;
}
</style>
border-color css
<style>
span { border-color: #6A500D; }
span { border-color: rgb(106,80,13); }
td.TdClassName
{
border-color: #6A500D;
}
.TagClassName
{
border-color: #6A500D;
}
</style>