#6E361D

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

Shades of New Amber #6E361D

Tints of New Amber #6E361D

Color information

#6E361D (or 0x6E361D) is unknown color: approx New Amber. HEX triplet: 6E, 36 and 1D. RGB value is (110,54,29). Sum of RGB (Red+Green+Blue) = 110+54+29=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E361D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E361D is #91C9E2. Grayscale: #444444. Windows color (decimal): -9554403 or 1914478. OLE color: 1914478.

HSL color Cylindrical-coordinate representation of color #6E361D: hue angle of 18.52º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E361D is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB1105429-
CMYK00.510.740.57
HSL18.52º58.27%27.25%-
HSV(B)18.52º73.64%43.14%-
XYZ7.976.041.91-
YUV67.89106.05158.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.99%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=56.99%
G=27.98%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110542900.510.740.5718.5258.2727.25
Hex6E361D0334A39133a1b
Octal156663506311271237233
Binary110111011011011101011001110010101110011001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,54,29); }

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

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

 a { background-color: rgb(110,54,29); }

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

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

 span { border-color: rgb(110,54,29); }

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