#6A3A29

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

Shades of New Amber #6A3A29

Tints of New Amber #6A3A29

Color information

#6A3A29 (or 0x6A3A29) is unknown color: approx New Amber. HEX triplet: 6A, 3A and 29. RGB value is (106,58,41). Sum of RGB (Red+Green+Blue) = 106+58+41=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3A29 is #95C5D6. Grayscale: #464646. Windows color (decimal): -9815511 or 2701930. OLE color: 2701930.

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

Color convert

RGB1065841-
CMYK00.450.610.58
HSL15.69º44.22%28.82%-
HSV(B)15.69º61.32%41.57%-
XYZ7.866.252.89-
YUV70.41111.4153.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.71%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 41 (16.41% from 255) = 20%
R=51.71%
G=28.29%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106584100.450.610.5815.6944.2228.82
Hex6A3A2902D3D3A102c1d
Octal15272510557572205435
Binary110101011101010100101011011111011110101000010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,58,41); }

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

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

 a { background-color: rgb(106,58,41); }

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

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

 span { border-color: rgb(106,58,41); }

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