Shades of Raw Umber #6A520D
Tints of Raw Umber #6A520D
RGB
CMYK
RGB Variations
Color information
#6A520D (or 0x6A520D) is known color: Raw Umber. HEX triplet: 6A, 52 and 0D. RGB value is (106,82,13). Sum of RGB (Red+Green+Blue) = 106+82+13=201 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.74% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 106 - color contains mainly: red. Hex color #6A520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A520D is #95ADF2. Grayscale: #515151. Windows color (decimal): -9809395 or 873066. OLE color: 873066.
HSL color Cylindrical-coordinate representation of color #6A520D: hue angle of 44.52º 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 #6A520D is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 82 | 13 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.58 |
| HSL | 44.52º | 0.78% | 0.23% | - |
| HSV(B) | 44.52º | 0.88% | 0.42% | - |
| XYZ | 9.03 | 9.13 | 1.67 | - |
| YUV | 81.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 82 | 13 | 0 | 0.23 | 0.88 | 0.58 | 44.52 | 0.78 | 0.23 |
| Hex | 6A | 52 | D | 0 | 17 | 58 | 3A | 2D | 4E | 17 |
| Octal | 152 | 122 | 15 | 0 | 27 | 130 | 72 | 55 | 116 | 27 |
| Binary | 1101010 | 1010010 | 1101 | 0 | 10111 | 1011000 | 111010 | 101101 | 1001110 | 10111 |
Color Harmonies of #6A520D
Complementary color
Monochromatic Colors of #6A520D
Black with #6A520D
Text Example
Text Example
White with #6A520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A520D; }
p { color: rgb(106,82,13); }
H1.HeaderClassName
{
color: #6A520D;
}
.AnyTagClassName
{
color: #6A520D;
}
</style>
background-color css
<style>
a { background-color: #6A520D; }
a { background-color: rgb(106,82,13); }
div.DivClassName
{
background-color: #6A520D;
}
.BgClassName
{
background-color: #6A520D;
}
</style>
border-color css
<style>
span { border-color: #6A520D; }
span { border-color: rgb(106,82,13); }
td.TdClassName
{
border-color: #6A520D;
}
.TagClassName
{
border-color: #6A520D;
}
</style>