#6A341D

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

Shades of New Amber #6A341D

Tints of New Amber #6A341D

Color information

#6A341D (or 0x6A341D) is unknown color: approx New Amber. HEX triplet: 6A, 34 and 1D. RGB value is (106,52,29). Sum of RGB (Red+Green+Blue) = 106+52+29=187 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.68% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 106 - color contains mainly: red. Hex color #6A341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A341D is #95CBE2. Grayscale: #414141. Windows color (decimal): -9817059 or 1913962. OLE color: 1913962.

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

Color convert

RGB1065229-
CMYK00.510.730.58
HSL17.92º57.04%26.47%-
HSV(B)17.92º72.64%41.57%-
XYZ7.395.611.86-
YUV65.52107.39156.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.68%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=56.68%
G=27.81%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106522900.510.730.5817.9257.0426.47
Hex6A341D033493A12391a
Octal152643506311172227132
Binary110101011010011101011001110010011110101001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,52,29); }

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

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

 a { background-color: rgb(106,52,29); }

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

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

 span { border-color: rgb(106,52,29); }

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