Shades of New Amber #6D3E23
Tints of New Amber #6D3E23
RGB
CMYK
RGB Variations
Color information
#6D3E23 (or 0x6D3E23) is known color: New Amber. HEX triplet: 6D, 3E and 23. RGB value is (109,62,35). Sum of RGB (Red+Green+Blue) = 109+62+35=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E23 is #92C1DC. Grayscale: #494949. Windows color (decimal): -9617885 or 2309741. OLE color: 2309741.
HSL color Cylindrical-coordinate representation of color #6D3E23: hue angle of 21.89º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D3E23 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 62 | 35 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.57 |
| HSL | 21.89º | 0.51% | 0.28% | - |
| HSV(B) | 21.89º | 0.68% | 0.43% | - |
| XYZ | 8.33 | 6.82 | 2.47 | - |
| YUV | 72.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 35 | 0 | 0.43 | 0.68 | 0.57 | 21.89 | 0.51 | 0.28 |
| Hex | 6D | 3E | 23 | 0 | 2B | 44 | 39 | 16 | 33 | 1C |
| Octal | 155 | 76 | 43 | 0 | 53 | 104 | 71 | 26 | 63 | 34 |
| Binary | 1101101 | 111110 | 100011 | 0 | 101011 | 1000100 | 111001 | 10110 | 110011 | 11100 |
Color Harmonies of #6D3E23
Complementary color
Monochromatic Colors of #6D3E23
Black with #6D3E23
Text Example
Text Example
White with #6D3E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E23; }
p { color: rgb(109,62,35); }
H1.HeaderClassName
{
color: #6D3E23;
}
.AnyTagClassName
{
color: #6D3E23;
}
</style>
background-color css
<style>
a { background-color: #6D3E23; }
a { background-color: rgb(109,62,35); }
div.DivClassName
{
background-color: #6D3E23;
}
.BgClassName
{
background-color: #6D3E23;
}
</style>
border-color css
<style>
span { border-color: #6D3E23; }
span { border-color: rgb(109,62,35); }
td.TdClassName
{
border-color: #6D3E23;
}
.TagClassName
{
border-color: #6D3E23;
}
</style>