Shades of Raw Umber #6A3E0D
Tints of Raw Umber #6A3E0D
RGB
CMYK
RGB Variations
Color information
#6A3E0D (or 0x6A3E0D) is known color: Raw Umber. HEX triplet: 6A, 3E and 0D. RGB value is (106,62,13). Sum of RGB (Red+Green+Blue) = 106+62+13=181 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.56% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3E0D is #95C1F2. Grayscale: #454545. Windows color (decimal): -9814515 or 867946. OLE color: 867946.
HSL color Cylindrical-coordinate representation of color #6A3E0D: hue angle of 31.61º 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 #6A3E0D is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 62 | 13 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.58 |
| HSL | 31.61º | 0.78% | 0.23% | - |
| HSV(B) | 31.61º | 0.88% | 0.42% | - |
| XYZ | 7.74 | 6.54 | 1.23 | - |
| YUV | 69.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 62 | 13 | 0 | 0.42 | 0.88 | 0.58 | 31.61 | 0.78 | 0.23 |
| Hex | 6A | 3E | D | 0 | 2A | 58 | 3A | 20 | 4E | 17 |
| Octal | 152 | 76 | 15 | 0 | 52 | 130 | 72 | 40 | 116 | 27 |
| Binary | 1101010 | 111110 | 1101 | 0 | 101010 | 1011000 | 111010 | 100000 | 1001110 | 10111 |
Color Harmonies of #6A3E0D
Complementary color
Monochromatic Colors of #6A3E0D
Black with #6A3E0D
Text Example
Text Example
White with #6A3E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3E0D; }
p { color: rgb(106,62,13); }
H1.HeaderClassName
{
color: #6A3E0D;
}
.AnyTagClassName
{
color: #6A3E0D;
}
</style>
background-color css
<style>
a { background-color: #6A3E0D; }
a { background-color: rgb(106,62,13); }
div.DivClassName
{
background-color: #6A3E0D;
}
.BgClassName
{
background-color: #6A3E0D;
}
</style>
border-color css
<style>
span { border-color: #6A3E0D; }
span { border-color: rgb(106,62,13); }
td.TdClassName
{
border-color: #6A3E0D;
}
.TagClassName
{
border-color: #6A3E0D;
}
</style>