Shades of New Amber #6E3928
Tints of New Amber #6E3928
RGB
CMYK
RGB Variations
Color information
#6E3928 (or 0x6E3928) is known color: New Amber. HEX triplet: 6E, 39 and 28. RGB value is (110,57,40). Sum of RGB (Red+Green+Blue) = 110+57+40=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3928 is #91C6D7. Grayscale: #474747. Windows color (decimal): -9553624 or 2636142. OLE color: 2636142.
HSL color Cylindrical-coordinate representation of color #6E3928: hue angle of 14.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E3928 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 57 | 40 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.57 |
| HSL | 14.57º | 0.47% | 0.29% | - |
| HSV(B) | 14.57º | 0.64% | 0.43% | - |
| XYZ | 8.28 | 6.39 | 2.81 | - |
| YUV | 70.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 40 | 0 | 0.48 | 0.64 | 0.57 | 14.57 | 0.47 | 0.29 |
| Hex | 6E | 39 | 28 | 0 | 30 | 40 | 39 | F | 2F | 1D |
| Octal | 156 | 71 | 50 | 0 | 60 | 100 | 71 | 17 | 57 | 35 |
| Binary | 1101110 | 111001 | 101000 | 0 | 110000 | 1000000 | 111001 | 1111 | 101111 | 11101 |
Color Harmonies of #6E3928
Complementary color
Monochromatic Colors of #6E3928
Black with #6E3928
Text Example
Text Example
White with #6E3928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3928; }
p { color: rgb(110,57,40); }
H1.HeaderClassName
{
color: #6E3928;
}
.AnyTagClassName
{
color: #6E3928;
}
</style>
background-color css
<style>
a { background-color: #6E3928; }
a { background-color: rgb(110,57,40); }
div.DivClassName
{
background-color: #6E3928;
}
.BgClassName
{
background-color: #6E3928;
}
</style>
border-color css
<style>
span { border-color: #6E3928; }
span { border-color: rgb(110,57,40); }
td.TdClassName
{
border-color: #6E3928;
}
.TagClassName
{
border-color: #6E3928;
}
</style>