#6A3B2A

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

Shades of New Amber #6A3B2A

Tints of New Amber #6A3B2A

Color information

#6A3B2A (or 0x6A3B2A) is unknown color: approx New Amber. HEX triplet: 6A, 3B and 2A. RGB value is (106,59,42). Sum of RGB (Red+Green+Blue) = 106+59+42=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3B2A is #95C4D5. Grayscale: #474747. Windows color (decimal): -9815254 or 2767722. OLE color: 2767722.

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

Color convert

RGB1065942-
CMYK00.440.600.58
HSL15.94º43.24%29.02%-
HSV(B)15.94º60.38%41.57%-
XYZ7.936.363-
YUV71.11111.57152.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.21%
GREEN value IS 59 (23.44% from 255) = 28.50%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=51.21%
G=28.50%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106594200.440.600.5815.9443.2429.02
Hex6A3B2A02C3C3A102b1d
Octal15273520547472205335
Binary110101011101110101001011001111001110101000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,59,42); }

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

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

 a { background-color: rgb(106,59,42); }

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

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

 span { border-color: rgb(106,59,42); }

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