Shades of New Amber #6E3720
Tints of New Amber #6E3720
RGB
CMYK
RGB Variations
Color information
#6E3720 (or 0x6E3720) is known color: New Amber. HEX triplet: 6E, 37 and 20. RGB value is (110,55,32). Sum of RGB (Red+Green+Blue) = 110+55+32=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3720 is #91C8DF. Grayscale: #444444. Windows color (decimal): -9554144 or 2111342. OLE color: 2111342.
HSL color Cylindrical-coordinate representation of color #6E3720: hue angle of 17.69º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E3720 is Cyan = 0, Magento = 0.5, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 32 | - |
| CMYK | 0 | 0.5 | 0.71 | 0.57 |
| HSL | 17.69º | 0.55% | 0.28% | - |
| HSV(B) | 17.69º | 0.71% | 0.43% | - |
| XYZ | 8.06 | 6.15 | 2.13 | - |
| YUV | 68.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 32 | 0 | 0.5 | 0.71 | 0.57 | 17.69 | 0.55 | 0.28 |
| Hex | 6E | 37 | 20 | 0 | 32 | 47 | 39 | 12 | 37 | 1C |
| Octal | 156 | 67 | 40 | 0 | 62 | 107 | 71 | 22 | 67 | 34 |
| Binary | 1101110 | 110111 | 100000 | 0 | 110010 | 1000111 | 111001 | 10010 | 110111 | 11100 |
Color Harmonies of #6E3720
Complementary color
Monochromatic Colors of #6E3720
Black with #6E3720
Text Example
Text Example
White with #6E3720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3720; }
p { color: rgb(110,55,32); }
H1.HeaderClassName
{
color: #6E3720;
}
.AnyTagClassName
{
color: #6E3720;
}
</style>
background-color css
<style>
a { background-color: #6E3720; }
a { background-color: rgb(110,55,32); }
div.DivClassName
{
background-color: #6E3720;
}
.BgClassName
{
background-color: #6E3720;
}
</style>
border-color css
<style>
span { border-color: #6E3720; }
span { border-color: rgb(110,55,32); }
td.TdClassName
{
border-color: #6E3720;
}
.TagClassName
{
border-color: #6E3720;
}
</style>