Shades of New Amber #6E331C
Tints of New Amber #6E331C
RGB
CMYK
RGB Variations
Color information
#6E331C (or 0x6E331C) is known color: New Amber. HEX triplet: 6E, 33 and 1C. RGB value is (110,51,28). Sum of RGB (Red+Green+Blue) = 110+51+28=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E331C is #91CCE3. Grayscale: #424242. Windows color (decimal): -9555172 or 1848174. OLE color: 1848174.
HSL color Cylindrical-coordinate representation of color #6E331C: hue angle of 16.83º degrees, saturation: 0.59, 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 #6E331C is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 28 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.57 |
| HSL | 16.83º | 0.59% | 0.27% | - |
| HSV(B) | 16.83º | 0.75% | 0.43% | - |
| XYZ | 7.82 | 5.77 | 1.8 | - |
| YUV | 66.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 28 | 0 | 0.54 | 0.75 | 0.57 | 16.83 | 0.59 | 0.27 |
| Hex | 6E | 33 | 1C | 0 | 36 | 4B | 39 | 11 | 3B | 1B |
| Octal | 156 | 63 | 34 | 0 | 66 | 113 | 71 | 21 | 73 | 33 |
| Binary | 1101110 | 110011 | 11100 | 0 | 110110 | 1001011 | 111001 | 10001 | 111011 | 11011 |
Color Harmonies of #6E331C
Complementary color
Monochromatic Colors of #6E331C
Black with #6E331C
Text Example
Text Example
White with #6E331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E331C; }
p { color: rgb(110,51,28); }
H1.HeaderClassName
{
color: #6E331C;
}
.AnyTagClassName
{
color: #6E331C;
}
</style>
background-color css
<style>
a { background-color: #6E331C; }
a { background-color: rgb(110,51,28); }
div.DivClassName
{
background-color: #6E331C;
}
.BgClassName
{
background-color: #6E331C;
}
</style>
border-color css
<style>
span { border-color: #6E331C; }
span { border-color: rgb(110,51,28); }
td.TdClassName
{
border-color: #6E331C;
}
.TagClassName
{
border-color: #6E331C;
}
</style>