#6D3A29

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

Shades of New Amber #6D3A29

Tints of New Amber #6D3A29

Color information

#6D3A29 (or 0x6D3A29) is unknown color: approx New Amber. HEX triplet: 6D, 3A and 29. RGB value is (109,58,41). Sum of RGB (Red+Green+Blue) = 109+58+41=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3A29 is #92C5D6. Grayscale: #474747. Windows color (decimal): -9618903 or 2701933. OLE color: 2701933.

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

Color convert

RGB1095841-
CMYK00.470.620.57
HSL15º45.33%29.41%-
HSV(B)15º62.39%42.75%-
XYZ8.226.442.91-
YUV71.31110.9154.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.40%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 41 (16.41% from 255) = 19.71%
R=52.40%
G=27.88%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109584100.470.620.571545.3329.41
Hex6D3A2902F3E39f2d1d
Octal15572510577671175535
Binary11011011110101010010101111111110111001111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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