#6E3A28

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

Shades of New Amber #6E3A28

Tints of New Amber #6E3A28

Color information

#6E3A28 (or 0x6E3A28) is unknown color: approx New Amber. HEX triplet: 6E, 3A and 28. RGB value is (110,58,40). Sum of RGB (Red+Green+Blue) = 110+58+40=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3A28 is #91C5D7. Grayscale: #474747. Windows color (decimal): -9553368 or 2636398. OLE color: 2636398.

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

Color convert

RGB1105840-
CMYK00.470.640.57
HSL15.43º46.67%29.41%-
HSV(B)15.43º63.64%43.14%-
XYZ8.336.492.82-
YUV71.5110.23155.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.88%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=52.88%
G=27.88%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110584000.470.640.5715.4346.6729.41
Hex6E3A2802F4039f2f1d
Octal156725005710071175735
Binary110111011101010100001011111000000111001111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,58,40); }

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

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

 a { background-color: rgb(110,58,40); }

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

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

 span { border-color: rgb(110,58,40); }

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