#6E3219

Color #6E3219 New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #6E3219

Tints of New Amber #6E3219

Color information

#6E3219 (or 0x6E3219) is unknown color: approx New Amber. HEX triplet: 6E, 32 and 19. RGB value is (110,50,25). Sum of RGB (Red+Green+Blue) = 110+50+25=185 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.46% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3219 is #91CDE6. Grayscale: #414141. Windows color (decimal): -9555431 or 1651310. OLE color: 1651310.

HSL color Cylindrical-coordinate representation of color #6E3219: hue angle of 17.65º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E3219 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB1105025-
CMYK00.550.770.57
HSL17.65º62.96%26.47%-
HSV(B)17.65º77.27%43.14%-
XYZ7.755.671.61-
YUV65.09105.38160.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 59.46%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=59.46%
G=27.03%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110502500.550.770.5717.6562.9626.47
Hex6E32190374D39123f1a
Octal156623106711571227732
Binary110111011001011001011011110011011110011001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E3219; }

 p { color: rgb(110,50,25); }

 H1.HeaderClassName
 {
   color: #6E3219;
 }
 .AnyTagClassName
 {
   color: #6E3219;
 }
</style>
background-color css

<style>
 a { background-color: #6E3219; }

 a { background-color: rgb(110,50,25); }

 div.DivClassName
 {
   background-color: #6E3219;
 }
 .BgClassName
 {
   background-color: #6E3219;
 }
</style>
border-color css

<style>
 span { border-color: #6E3219; }

 span { border-color: rgb(110,50,25); }

 td.TdClassName
 {
   border-color: #6E3219;
 }
 .TagClassName
 {
   border-color: #6E3219;
 }
</style>