#6E3F2A

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

Shades of New Amber #6E3F2A

Tints of New Amber #6E3F2A

Color information

#6E3F2A (or 0x6E3F2A) is unknown color: approx New Amber. HEX triplet: 6E, 3F and 2A. RGB value is (110,63,42). Sum of RGB (Red+Green+Blue) = 110+63+42=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3F2A is #91C0D5. Grayscale: #4A4A4A. Windows color (decimal): -9552086 or 2768750. OLE color: 2768750.

HSL color Cylindrical-coordinate representation of color #6E3F2A: hue angle of 18.53º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E3F2A is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB1106342-
CMYK00.430.620.57
HSL18.53º44.74%29.8%-
HSV(B)18.53º61.82%43.14%-
XYZ8.637.043.09-
YUV74.66109.57153.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.16%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=51.16%
G=29.30%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110634200.430.620.5718.5344.7429.8
Hex6E3F2A02B3E39132d1e
Octal15677520537671235536
Binary110111011111110101001010111111101110011001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,63,42); }

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

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

 a { background-color: rgb(110,63,42); }

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

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

 span { border-color: rgb(110,63,42); }

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