Shades of New Amber #6D3E2C
Tints of New Amber #6D3E2C
RGB
CMYK
RGB Variations
Color information
#6D3E2C (or 0x6D3E2C) is known color: New Amber. HEX triplet: 6D, 3E and 2C. RGB value is (109,62,44). Sum of RGB (Red+Green+Blue) = 109+62+44=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E2C is #92C1D3. Grayscale: #4A4A4A. Windows color (decimal): -9617876 or 2899565. OLE color: 2899565.
HSL color Cylindrical-coordinate representation of color #6D3E2C: hue angle of 16.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D3E2C is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 62 | 44 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.57 |
| HSL | 16.62º | 0.42% | 0.3% | - |
| HSV(B) | 16.62º | 0.6% | 0.43% | - |
| XYZ | 8.48 | 6.88 | 3.26 | - |
| YUV | 74 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 44 | 0 | 0.43 | 0.60 | 0.57 | 16.62 | 0.42 | 0.3 |
| Hex | 6D | 3E | 2C | 0 | 2B | 3C | 39 | 11 | 2A | 1E |
| Octal | 155 | 76 | 54 | 0 | 53 | 74 | 71 | 21 | 52 | 36 |
| Binary | 1101101 | 111110 | 101100 | 0 | 101011 | 111100 | 111001 | 10001 | 101010 | 11110 |
Color Harmonies of #6D3E2C
Complementary color
Monochromatic Colors of #6D3E2C
Black with #6D3E2C
Text Example
Text Example
White with #6D3E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E2C; }
p { color: rgb(109,62,44); }
H1.HeaderClassName
{
color: #6D3E2C;
}
.AnyTagClassName
{
color: #6D3E2C;
}
</style>
background-color css
<style>
a { background-color: #6D3E2C; }
a { background-color: rgb(109,62,44); }
div.DivClassName
{
background-color: #6D3E2C;
}
.BgClassName
{
background-color: #6D3E2C;
}
</style>
border-color css
<style>
span { border-color: #6D3E2C; }
span { border-color: rgb(109,62,44); }
td.TdClassName
{
border-color: #6D3E2C;
}
.TagClassName
{
border-color: #6D3E2C;
}
</style>