#6E402A

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

Shades of New Amber #6E402A

Tints of New Amber #6E402A

Color information

#6E402A (or 0x6E402A) is unknown color: approx New Amber. HEX triplet: 6E, 40 and 2A. RGB value is (110,64,42). Sum of RGB (Red+Green+Blue) = 110+64+42=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E402A is #91BFD5. Grayscale: #4B4B4B. Windows color (decimal): -9551830 or 2769006. OLE color: 2769006.

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

Color convert

RGB1106442-
CMYK00.420.620.57
HSL19.41º44.74%29.8%-
HSV(B)19.41º61.82%43.14%-
XYZ8.687.153.11-
YUV75.25109.24152.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.93%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=50.93%
G=29.63%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110644200.420.620.5719.4144.7429.8
Hex6E402A02A3E39132d1e
Octal156100520527671235536
Binary1101110100000010101001010101111101110011001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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