Shades of New Amber #6E341B
Tints of New Amber #6E341B
RGB
CMYK
RGB Variations
Color information
#6E341B (or 0x6E341B) is known color: New Amber. HEX triplet: 6E, 34 and 1B. RGB value is (110,52,27). Sum of RGB (Red+Green+Blue) = 110+52+27=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E341B is #91CBE4. Grayscale: #424242. Windows color (decimal): -9554917 or 1782894. OLE color: 1782894.
HSL color Cylindrical-coordinate representation of color #6E341B: hue angle of 18.07º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E341B is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 27 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.57 |
| HSL | 18.07º | 0.61% | 0.27% | - |
| HSV(B) | 18.07º | 0.75% | 0.43% | - |
| XYZ | 7.86 | 5.85 | 1.75 | - |
| YUV | 66.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 27 | 0 | 0.53 | 0.75 | 0.57 | 18.07 | 0.61 | 0.27 |
| Hex | 6E | 34 | 1B | 0 | 35 | 4B | 39 | 12 | 3D | 1B |
| Octal | 156 | 64 | 33 | 0 | 65 | 113 | 71 | 22 | 75 | 33 |
| Binary | 1101110 | 110100 | 11011 | 0 | 110101 | 1001011 | 111001 | 10010 | 111101 | 11011 |
Color Harmonies of #6E341B
Complementary color
Monochromatic Colors of #6E341B
Black with #6E341B
Text Example
Text Example
White with #6E341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E341B; }
p { color: rgb(110,52,27); }
H1.HeaderClassName
{
color: #6E341B;
}
.AnyTagClassName
{
color: #6E341B;
}
</style>
background-color css
<style>
a { background-color: #6E341B; }
a { background-color: rgb(110,52,27); }
div.DivClassName
{
background-color: #6E341B;
}
.BgClassName
{
background-color: #6E341B;
}
</style>
border-color css
<style>
span { border-color: #6E341B; }
span { border-color: rgb(110,52,27); }
td.TdClassName
{
border-color: #6E341B;
}
.TagClassName
{
border-color: #6E341B;
}
</style>