#6E3923

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

Shades of New Amber #6E3923

Tints of New Amber #6E3923

Color information

#6E3923 (or 0x6E3923) is unknown color: approx New Amber. HEX triplet: 6E, 39 and 23. RGB value is (110,57,35). Sum of RGB (Red+Green+Blue) = 110+57+35=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3923 is #91C6DC. Grayscale: #464646. Windows color (decimal): -9553629 or 2308462. OLE color: 2308462.

HSL color Cylindrical-coordinate representation of color #6E3923: hue angle of 17.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E3923 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB1105735-
CMYK00.480.680.57
HSL17.6º51.72%28.43%-
HSV(B)17.6º68.18%43.14%-
XYZ8.26.362.39-
YUV70.34108.06156.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 54.46%
GREEN value IS 57 (22.66% from 255) = 28.22%
BLUE value IS 35 (14.06% from 255) = 17.33%
R=54.46%
G=28.22%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110573500.480.680.5717.651.7228.43
Hex6E3923030443912341c
Octal156714306010471226434
Binary1101110111001100011011000010001001110011001011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,57,35); }

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

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

 a { background-color: rgb(110,57,35); }

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

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

 span { border-color: rgb(110,57,35); }

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