#6A3F2C

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

Shades of New Amber #6A3F2C

Tints of New Amber #6A3F2C

Color information

#6A3F2C (or 0x6A3F2C) is unknown color: approx New Amber. HEX triplet: 6A, 3F and 2C. RGB value is (106,63,44). Sum of RGB (Red+Green+Blue) = 106+63+44=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3F2C is #95C0D3. Grayscale: #494949. Windows color (decimal): -9814228 or 2899818. OLE color: 2899818.

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

Color convert

RGB1066344-
CMYK00.410.580.58
HSL18.39º41.33%29.41%-
HSV(B)18.39º58.49%41.57%-
XYZ8.186.83.26-
YUV73.69111.25151.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.77%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=49.77%
G=29.58%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106634400.410.580.5818.3941.3329.41
Hex6A3F2C0293A3A12291d
Octal15277540517272225135
Binary110101011111110110001010011110101110101001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,63,44); }

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

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

 a { background-color: rgb(106,63,44); }

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

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

 span { border-color: rgb(106,63,44); }

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