Shades of New Amber #6E3E26
Tints of New Amber #6E3E26
RGB
CMYK
RGB Variations
Color information
#6E3E26 (or 0x6E3E26) is known color: New Amber. HEX triplet: 6E, 3E and 26. RGB value is (110,62,38). Sum of RGB (Red+Green+Blue) = 110+62+38=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3E26 is #91C1D9. Grayscale: #494949. Windows color (decimal): -9552346 or 2506350. OLE color: 2506350.
HSL color Cylindrical-coordinate representation of color #6E3E26: hue angle of 20º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E3E26 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 62 | 38 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.57 |
| HSL | 20º | 0.49% | 0.29% | - |
| HSV(B) | 20º | 0.65% | 0.43% | - |
| XYZ | 8.5 | 6.9 | 2.72 | - |
| YUV | 73.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 38 | 0 | 0.44 | 0.65 | 0.57 | 20 | 0.49 | 0.29 |
| Hex | 6E | 3E | 26 | 0 | 2C | 41 | 39 | 14 | 31 | 1D |
| Octal | 156 | 76 | 46 | 0 | 54 | 101 | 71 | 24 | 61 | 35 |
| Binary | 1101110 | 111110 | 100110 | 0 | 101100 | 1000001 | 111001 | 10100 | 110001 | 11101 |
Color Harmonies of #6E3E26
Complementary color
Monochromatic Colors of #6E3E26
Black with #6E3E26
Text Example
Text Example
White with #6E3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3E26; }
p { color: rgb(110,62,38); }
H1.HeaderClassName
{
color: #6E3E26;
}
.AnyTagClassName
{
color: #6E3E26;
}
</style>
background-color css
<style>
a { background-color: #6E3E26; }
a { background-color: rgb(110,62,38); }
div.DivClassName
{
background-color: #6E3E26;
}
.BgClassName
{
background-color: #6E3E26;
}
</style>
border-color css
<style>
span { border-color: #6E3E26; }
span { border-color: rgb(110,62,38); }
td.TdClassName
{
border-color: #6E3E26;
}
.TagClassName
{
border-color: #6E3E26;
}
</style>