Shades of New Amber #6A3F2C
Tints of New Amber #6A3F2C
RGB
CMYK
RGB Variations
Color information
#6A3F2C (or 0x6A3F2C) is known color: New Amber. HEX triplet: 6A, 3F and 2C. RGB value is (106,63,44). Sum of RGB (Red+Green+Blue) = 106+63+44=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3F2C is #95C0D3. Grayscale: #494949. Windows color (decimal): -9814228 or 2899818. OLE color: 2899818.
HSL color Cylindrical-coordinate representation of color #6A3F2C: hue angle of 18.39º 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 #6A3F2C is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 63 | 44 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.58 |
| HSL | 18.39º | 0.41% | 0.29% | - |
| HSV(B) | 18.39º | 0.58% | 0.42% | - |
| XYZ | 8.18 | 6.8 | 3.26 | - |
| YUV | 73.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 63 | 44 | 0 | 0.41 | 0.58 | 0.58 | 18.39 | 0.41 | 0.29 |
| Hex | 6A | 3F | 2C | 0 | 29 | 3A | 3A | 12 | 29 | 1D |
| Octal | 152 | 77 | 54 | 0 | 51 | 72 | 72 | 22 | 51 | 35 |
| Binary | 1101010 | 111111 | 101100 | 0 | 101001 | 111010 | 111010 | 10010 | 101001 | 11101 |
Color Harmonies of #6A3F2C
Complementary color
Monochromatic Colors of #6A3F2C
Black with #6A3F2C
Text Example
Text Example
White with #6A3F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3F2C; }
p { color: rgb(106,63,44); }
H1.HeaderClassName
{
color: #6A3F2C;
}
.AnyTagClassName
{
color: #6A3F2C;
}
</style>
background-color css
<style>
a { background-color: #6A3F2C; }
a { background-color: rgb(106,63,44); }
div.DivClassName
{
background-color: #6A3F2C;
}
.BgClassName
{
background-color: #6A3F2C;
}
</style>
border-color css
<style>
span { border-color: #6A3F2C; }
span { border-color: rgb(106,63,44); }
td.TdClassName
{
border-color: #6A3F2C;
}
.TagClassName
{
border-color: #6A3F2C;
}
</style>