Shades of New Amber #6E3724
Tints of New Amber #6E3724
RGB
CMYK
RGB Variations
Color information
#6E3724 (or 0x6E3724) is known color: New Amber. HEX triplet: 6E, 37 and 24. RGB value is (110,55,36). Sum of RGB (Red+Green+Blue) = 110+55+36=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3724 is #91C8DB. Grayscale: #454545. Windows color (decimal): -9554140 or 2373486. OLE color: 2373486.
HSL color Cylindrical-coordinate representation of color #6E3724: hue angle of 15.41º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E3724 is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 36 | - |
| CMYK | 0 | 0.5 | 0.67 | 0.57 |
| HSL | 15.41º | 0.51% | 0.29% | - |
| HSV(B) | 15.41º | 0.67% | 0.43% | - |
| XYZ | 8.12 | 6.17 | 2.43 | - |
| YUV | 69.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 36 | 0 | 0.5 | 0.67 | 0.57 | 15.41 | 0.51 | 0.29 |
| Hex | 6E | 37 | 24 | 0 | 32 | 43 | 39 | F | 33 | 1D |
| Octal | 156 | 67 | 44 | 0 | 62 | 103 | 71 | 17 | 63 | 35 |
| Binary | 1101110 | 110111 | 100100 | 0 | 110010 | 1000011 | 111001 | 1111 | 110011 | 11101 |
Color Harmonies of #6E3724
Complementary color
Monochromatic Colors of #6E3724
Black with #6E3724
Text Example
Text Example
White with #6E3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3724; }
p { color: rgb(110,55,36); }
H1.HeaderClassName
{
color: #6E3724;
}
.AnyTagClassName
{
color: #6E3724;
}
</style>
background-color css
<style>
a { background-color: #6E3724; }
a { background-color: rgb(110,55,36); }
div.DivClassName
{
background-color: #6E3724;
}
.BgClassName
{
background-color: #6E3724;
}
</style>
border-color css
<style>
span { border-color: #6E3724; }
span { border-color: rgb(110,55,36); }
td.TdClassName
{
border-color: #6E3724;
}
.TagClassName
{
border-color: #6E3724;
}
</style>