#6E3E2A

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

Shades of New Amber #6E3E2A

Tints of New Amber #6E3E2A

Color information

#6E3E2A (or 0x6E3E2A) is unknown color: approx New Amber. HEX triplet: 6E, 3E and 2A. RGB value is (110,62,42). Sum of RGB (Red+Green+Blue) = 110+62+42=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3E2A is #91C1D5. Grayscale: #4A4A4A. Windows color (decimal): -9552342 or 2768494. OLE color: 2768494.

HSL color Cylindrical-coordinate representation of color #6E3E2A: hue angle of 17.65º 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 #6E3E2A is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB1106242-
CMYK00.440.620.57
HSL17.65º44.74%29.8%-
HSV(B)17.65º61.82%43.14%-
XYZ8.576.933.08-
YUV74.07109.9153.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.40%
GREEN value IS 62 (24.61% from 255) = 28.97%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=51.40%
G=28.97%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110624200.440.620.5717.6544.7429.8
Hex6E3E2A02C3E39122d1e
Octal15676520547671225536
Binary110111011111010101001011001111101110011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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