Shades of New Amber #6D3E2D
Tints of New Amber #6D3E2D
RGB
CMYK
RGB Variations
Color information
#6D3E2D (or 0x6D3E2D) is known color: New Amber. HEX triplet: 6D, 3E and 2D. RGB value is (109,62,45). Sum of RGB (Red+Green+Blue) = 109+62+45=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E2D is #92C1D2. Grayscale: #4A4A4A. Windows color (decimal): -9617875 or 2965101. OLE color: 2965101.
HSL color Cylindrical-coordinate representation of color #6D3E2D: hue angle of 15.94º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D3E2D is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 62 | 45 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.57 |
| HSL | 15.94º | 0.42% | 0.3% | - |
| HSV(B) | 15.94º | 0.59% | 0.43% | - |
| XYZ | 8.5 | 6.89 | 3.36 | - |
| YUV | 74.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 45 | 0 | 0.43 | 0.59 | 0.57 | 15.94 | 0.42 | 0.3 |
| Hex | 6D | 3E | 2D | 0 | 2B | 3B | 39 | 10 | 2A | 1E |
| Octal | 155 | 76 | 55 | 0 | 53 | 73 | 71 | 20 | 52 | 36 |
| Binary | 1101101 | 111110 | 101101 | 0 | 101011 | 111011 | 111001 | 10000 | 101010 | 11110 |
Color Harmonies of #6D3E2D
Complementary color
Monochromatic Colors of #6D3E2D
Black with #6D3E2D
Text Example
Text Example
White with #6D3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E2D; }
p { color: rgb(109,62,45); }
H1.HeaderClassName
{
color: #6D3E2D;
}
.AnyTagClassName
{
color: #6D3E2D;
}
</style>
background-color css
<style>
a { background-color: #6D3E2D; }
a { background-color: rgb(109,62,45); }
div.DivClassName
{
background-color: #6D3E2D;
}
.BgClassName
{
background-color: #6D3E2D;
}
</style>
border-color css
<style>
span { border-color: #6D3E2D; }
span { border-color: rgb(109,62,45); }
td.TdClassName
{
border-color: #6D3E2D;
}
.TagClassName
{
border-color: #6D3E2D;
}
</style>