#6A3D2D

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

Shades of New Amber #6A3D2D

Tints of New Amber #6A3D2D

Color information

#6A3D2D (or 0x6A3D2D) is unknown color: approx New Amber. HEX triplet: 6A, 3D and 2D. RGB value is (106,61,45). Sum of RGB (Red+Green+Blue) = 106+61+45=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3D2D is #95C2D2. Grayscale: #484848. Windows color (decimal): -9814739 or 2964842. OLE color: 2964842.

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

Color convert

RGB1066145-
CMYK00.420.580.58
HSL15.74º40.4%29.61%-
HSV(B)15.74º57.55%41.57%-
XYZ8.096.593.33-
YUV72.63112.41151.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 28.77%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=50%
G=28.77%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106614500.420.580.5815.7440.429.61
Hex6A3D2D02A3A3A10281e
Octal15275550527272205036
Binary110101011110110110101010101110101110101000010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,61,45); }

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

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

 a { background-color: rgb(106,61,45); }

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

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

 span { border-color: rgb(106,61,45); }

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