Shades of New Amber #6A3E2E
Tints of New Amber #6A3E2E
RGB
CMYK
RGB Variations
Color information
#6A3E2E (or 0x6A3E2E) is known color: New Amber. HEX triplet: 6A, 3E and 2E. RGB value is (106,62,46). Sum of RGB (Red+Green+Blue) = 106+62+46=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3E2E is #95C1D1. Grayscale: #494949. Windows color (decimal): -9814482 or 3030634. OLE color: 3030634.
HSL color Cylindrical-coordinate representation of color #6A3E2E: hue angle of 16º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A3E2E is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 62 | 46 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.58 |
| HSL | 16º | 0.39% | 0.3% | - |
| HSV(B) | 16º | 0.57% | 0.42% | - |
| XYZ | 8.16 | 6.71 | 3.45 | - |
| YUV | 73.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 62 | 46 | 0 | 0.42 | 0.57 | 0.58 | 16 | 0.39 | 0.3 |
| Hex | 6A | 3E | 2E | 0 | 2A | 39 | 3A | 10 | 27 | 1E |
| Octal | 152 | 76 | 56 | 0 | 52 | 71 | 72 | 20 | 47 | 36 |
| Binary | 1101010 | 111110 | 101110 | 0 | 101010 | 111001 | 111010 | 10000 | 100111 | 11110 |
Color Harmonies of #6A3E2E
Complementary color
Monochromatic Colors of #6A3E2E
Black with #6A3E2E
Text Example
Text Example
White with #6A3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3E2E; }
p { color: rgb(106,62,46); }
H1.HeaderClassName
{
color: #6A3E2E;
}
.AnyTagClassName
{
color: #6A3E2E;
}
</style>
background-color css
<style>
a { background-color: #6A3E2E; }
a { background-color: rgb(106,62,46); }
div.DivClassName
{
background-color: #6A3E2E;
}
.BgClassName
{
background-color: #6A3E2E;
}
</style>
border-color css
<style>
span { border-color: #6A3E2E; }
span { border-color: rgb(106,62,46); }
td.TdClassName
{
border-color: #6A3E2E;
}
.TagClassName
{
border-color: #6A3E2E;
}
</style>