#6A3118

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

Shades of New Amber #6A3118

Tints of New Amber #6A3118

Color information

#6A3118 (or 0x6A3118) is unknown color: approx New Amber. HEX triplet: 6A, 31 and 18. RGB value is (106,49,24). Sum of RGB (Red+Green+Blue) = 106+49+24=179 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.22% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3118 is #95CEE7. Grayscale: #3F3F3F. Windows color (decimal): -9817832 or 1585514. OLE color: 1585514.

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

Color convert

RGB1064924-
CMYK00.540.770.58
HSL18.29º63.08%25.49%-
HSV(B)18.29º77.36%41.57%-
XYZ7.215.331.51-
YUV63.19105.88158.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.22%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=59.22%
G=27.37%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106492400.540.770.5818.2963.0825.49
Hex6A31180364D3A123f19
Octal152613006611572227731
Binary110101011000111000011011010011011110101001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,49,24); }

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

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

 a { background-color: rgb(106,49,24); }

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

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

 span { border-color: rgb(106,49,24); }

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