#6A3C28

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

Shades of New Amber #6A3C28

Tints of New Amber #6A3C28

Color information

#6A3C28 (or 0x6A3C28) is unknown color: approx New Amber. HEX triplet: 6A, 3C and 28. RGB value is (106,60,40). Sum of RGB (Red+Green+Blue) = 106+60+40=206 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.46% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3C28 is #95C3D7. Grayscale: #474747. Windows color (decimal): -9815000 or 2636906. OLE color: 2636906.

HSL color Cylindrical-coordinate representation of color #6A3C28: hue angle of 18.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A3C28 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1066040-
CMYK00.430.620.58
HSL18.18º45.21%28.63%-
HSV(B)18.18º62.26%41.57%-
XYZ7.946.452.83-
YUV71.47110.24152.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.46%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=51.46%
G=29.13%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106604000.430.620.5818.1845.2128.63
Hex6A3C2802B3E3A122d1d
Octal15274500537672225535
Binary110101011110010100001010111111101110101001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,60,40); }

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

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

 a { background-color: rgb(106,60,40); }

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

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

 span { border-color: rgb(106,60,40); }

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