Shades of New Amber #6A3E2C
Tints of New Amber #6A3E2C
RGB
CMYK
RGB Variations
Color information
#6A3E2C (or 0x6A3E2C) is known color: New Amber. HEX triplet: 6A, 3E and 2C. RGB value is (106,62,44). Sum of RGB (Red+Green+Blue) = 106+62+44=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3E2C is #95C1D3. Grayscale: #494949. Windows color (decimal): -9814484 or 2899562. OLE color: 2899562.
HSL color Cylindrical-coordinate representation of color #6A3E2C: hue angle of 17.42º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A3E2C is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 62 | 44 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.58 |
| HSL | 17.42º | 0.41% | 0.29% | - |
| HSV(B) | 17.42º | 0.58% | 0.42% | - |
| XYZ | 8.12 | 6.69 | 3.25 | - |
| YUV | 73.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 62 | 44 | 0 | 0.42 | 0.58 | 0.58 | 17.42 | 0.41 | 0.29 |
| Hex | 6A | 3E | 2C | 0 | 2A | 3A | 3A | 11 | 29 | 1D |
| Octal | 152 | 76 | 54 | 0 | 52 | 72 | 72 | 21 | 51 | 35 |
| Binary | 1101010 | 111110 | 101100 | 0 | 101010 | 111010 | 111010 | 10001 | 101001 | 11101 |
Color Harmonies of #6A3E2C
Complementary color
Monochromatic Colors of #6A3E2C
Black with #6A3E2C
Text Example
Text Example
White with #6A3E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3E2C; }
p { color: rgb(106,62,44); }
H1.HeaderClassName
{
color: #6A3E2C;
}
.AnyTagClassName
{
color: #6A3E2C;
}
</style>
background-color css
<style>
a { background-color: #6A3E2C; }
a { background-color: rgb(106,62,44); }
div.DivClassName
{
background-color: #6A3E2C;
}
.BgClassName
{
background-color: #6A3E2C;
}
</style>
border-color css
<style>
span { border-color: #6A3E2C; }
span { border-color: rgb(106,62,44); }
td.TdClassName
{
border-color: #6A3E2C;
}
.TagClassName
{
border-color: #6A3E2C;
}
</style>