Shades of New Amber #6E341F
Tints of New Amber #6E341F
RGB
CMYK
RGB Variations
Color information
#6E341F (or 0x6E341F) is known color: New Amber. HEX triplet: 6E, 34 and 1F. RGB value is (110,52,31). Sum of RGB (Red+Green+Blue) = 110+52+31=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E341F is #91CBE0. Grayscale: #434343. Windows color (decimal): -9554913 or 2045038. OLE color: 2045038.
HSL color Cylindrical-coordinate representation of color #6E341F: hue angle of 15.95º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E341F is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 31 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.57 |
| HSL | 15.95º | 0.56% | 0.28% | - |
| HSV(B) | 15.95º | 0.72% | 0.43% | - |
| XYZ | 7.91 | 5.87 | 2.01 | - |
| YUV | 66.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 31 | 0 | 0.53 | 0.72 | 0.57 | 15.95 | 0.56 | 0.28 |
| Hex | 6E | 34 | 1F | 0 | 35 | 48 | 39 | 10 | 38 | 1C |
| Octal | 156 | 64 | 37 | 0 | 65 | 110 | 71 | 20 | 70 | 34 |
| Binary | 1101110 | 110100 | 11111 | 0 | 110101 | 1001000 | 111001 | 10000 | 111000 | 11100 |
Color Harmonies of #6E341F
Complementary color
Monochromatic Colors of #6E341F
Black with #6E341F
Text Example
Text Example
White with #6E341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E341F; }
p { color: rgb(110,52,31); }
H1.HeaderClassName
{
color: #6E341F;
}
.AnyTagClassName
{
color: #6E341F;
}
</style>
background-color css
<style>
a { background-color: #6E341F; }
a { background-color: rgb(110,52,31); }
div.DivClassName
{
background-color: #6E341F;
}
.BgClassName
{
background-color: #6E341F;
}
</style>
border-color css
<style>
span { border-color: #6E341F; }
span { border-color: rgb(110,52,31); }
td.TdClassName
{
border-color: #6E341F;
}
.TagClassName
{
border-color: #6E341F;
}
</style>