Shades of New Amber #6D3E22
Tints of New Amber #6D3E22
RGB
CMYK
RGB Variations
Color information
#6D3E22 (or 0x6D3E22) is known color: New Amber. HEX triplet: 6D, 3E and 22. RGB value is (109,62,34). Sum of RGB (Red+Green+Blue) = 109+62+34=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E22 is #92C1DD. Grayscale: #494949. Windows color (decimal): -9617886 or 2244205. OLE color: 2244205.
HSL color Cylindrical-coordinate representation of color #6D3E22: hue angle of 22.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D3E22 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 62 | 34 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.57 |
| HSL | 22.4º | 0.52% | 0.28% | - |
| HSV(B) | 22.4º | 0.69% | 0.43% | - |
| XYZ | 8.32 | 6.81 | 2.39 | - |
| YUV | 72.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 34 | 0 | 0.43 | 0.69 | 0.57 | 22.4 | 0.52 | 0.28 |
| Hex | 6D | 3E | 22 | 0 | 2B | 45 | 39 | 16 | 34 | 1C |
| Octal | 155 | 76 | 42 | 0 | 53 | 105 | 71 | 26 | 64 | 34 |
| Binary | 1101101 | 111110 | 100010 | 0 | 101011 | 1000101 | 111001 | 10110 | 110100 | 11100 |
Color Harmonies of #6D3E22
Complementary color
Monochromatic Colors of #6D3E22
Black with #6D3E22
Text Example
Text Example
White with #6D3E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E22; }
p { color: rgb(109,62,34); }
H1.HeaderClassName
{
color: #6D3E22;
}
.AnyTagClassName
{
color: #6D3E22;
}
</style>
background-color css
<style>
a { background-color: #6D3E22; }
a { background-color: rgb(109,62,34); }
div.DivClassName
{
background-color: #6D3E22;
}
.BgClassName
{
background-color: #6D3E22;
}
</style>
border-color css
<style>
span { border-color: #6D3E22; }
span { border-color: rgb(109,62,34); }
td.TdClassName
{
border-color: #6D3E22;
}
.TagClassName
{
border-color: #6D3E22;
}
</style>