Shades of New Amber #6E3E22
Tints of New Amber #6E3E22
RGB
CMYK
RGB Variations
Color information
#6E3E22 (or 0x6E3E22) is known color: New Amber. HEX triplet: 6E, 3E and 22. RGB value is (110,62,34). Sum of RGB (Red+Green+Blue) = 110+62+34=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3E22 is #91C1DD. Grayscale: #494949. Windows color (decimal): -9552350 or 2244206. OLE color: 2244206.
HSL color Cylindrical-coordinate representation of color #6E3E22: hue angle of 22.11º degrees, saturation: 0.53, 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 #6E3E22 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 62 | 34 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.57 |
| HSL | 22.11º | 0.53% | 0.28% | - |
| HSV(B) | 22.11º | 0.69% | 0.43% | - |
| XYZ | 8.44 | 6.88 | 2.4 | - |
| YUV | 73.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 34 | 0 | 0.44 | 0.69 | 0.57 | 22.11 | 0.53 | 0.28 |
| Hex | 6E | 3E | 22 | 0 | 2C | 45 | 39 | 16 | 35 | 1C |
| Octal | 156 | 76 | 42 | 0 | 54 | 105 | 71 | 26 | 65 | 34 |
| Binary | 1101110 | 111110 | 100010 | 0 | 101100 | 1000101 | 111001 | 10110 | 110101 | 11100 |
Color Harmonies of #6E3E22
Complementary color
Monochromatic Colors of #6E3E22
Black with #6E3E22
Text Example
Text Example
White with #6E3E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3E22; }
p { color: rgb(110,62,34); }
H1.HeaderClassName
{
color: #6E3E22;
}
.AnyTagClassName
{
color: #6E3E22;
}
</style>
background-color css
<style>
a { background-color: #6E3E22; }
a { background-color: rgb(110,62,34); }
div.DivClassName
{
background-color: #6E3E22;
}
.BgClassName
{
background-color: #6E3E22;
}
</style>
border-color css
<style>
span { border-color: #6E3E22; }
span { border-color: rgb(110,62,34); }
td.TdClassName
{
border-color: #6E3E22;
}
.TagClassName
{
border-color: #6E3E22;
}
</style>