Shades of New Amber #6E3721
Tints of New Amber #6E3721
RGB
CMYK
RGB Variations
Color information
#6E3721 (or 0x6E3721) is known color: New Amber. HEX triplet: 6E, 37 and 21. RGB value is (110,55,33). Sum of RGB (Red+Green+Blue) = 110+55+33=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3721 is #91C8DE. Grayscale: #454545. Windows color (decimal): -9554143 or 2176878. OLE color: 2176878.
HSL color Cylindrical-coordinate representation of color #6E3721: hue angle of 17.14º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E3721 is Cyan = 0, Magento = 0.5, Yellow = 0.7 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 33 | - |
| CMYK | 0 | 0.5 | 0.7 | 0.57 |
| HSL | 17.14º | 0.54% | 0.28% | - |
| HSV(B) | 17.14º | 0.7% | 0.43% | - |
| XYZ | 8.07 | 6.16 | 2.2 | - |
| YUV | 68.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 33 | 0 | 0.5 | 0.7 | 0.57 | 17.14 | 0.54 | 0.28 |
| Hex | 6E | 37 | 21 | 0 | 32 | 46 | 39 | 11 | 36 | 1C |
| Octal | 156 | 67 | 41 | 0 | 62 | 106 | 71 | 21 | 66 | 34 |
| Binary | 1101110 | 110111 | 100001 | 0 | 110010 | 1000110 | 111001 | 10001 | 110110 | 11100 |
Color Harmonies of #6E3721
Complementary color
Monochromatic Colors of #6E3721
Black with #6E3721
Text Example
Text Example
White with #6E3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3721; }
p { color: rgb(110,55,33); }
H1.HeaderClassName
{
color: #6E3721;
}
.AnyTagClassName
{
color: #6E3721;
}
</style>
background-color css
<style>
a { background-color: #6E3721; }
a { background-color: rgb(110,55,33); }
div.DivClassName
{
background-color: #6E3721;
}
.BgClassName
{
background-color: #6E3721;
}
</style>
border-color css
<style>
span { border-color: #6E3721; }
span { border-color: rgb(110,55,33); }
td.TdClassName
{
border-color: #6E3721;
}
.TagClassName
{
border-color: #6E3721;
}
</style>