#66321C

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

Shades of New Amber #66321C

Tints of New Amber #66321C

Color information

#66321C (or 0x66321C) is unknown color: approx New Amber. HEX triplet: 66, 32 and 1C. RGB value is (102,50,28). Sum of RGB (Red+Green+Blue) = 102+50+28=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66321C is #99CDE3. Grayscale: #3F3F3F. Windows color (decimal): -10079716 or 1847910. OLE color: 1847910.

HSL color Cylindrical-coordinate representation of color #66321C: hue angle of 17.84º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66321C is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB1025028-
CMYK00.510.730.6
HSL17.84º56.92%25.49%-
HSV(B)17.84º72.55%40%-
XYZ6.835.191.74-
YUV63.04108.23155.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 28 (11.33% from 255) = 15.56%
R=56.67%
G=27.78%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102502800.510.730.617.8456.9225.49
Hex66321C033493C123919
Octal146623406311174227131
Binary110011011001011100011001110010011111001001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66321C; }

 p { color: rgb(102,50,28); }

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

<style>
 a { background-color: #66321C; }

 a { background-color: rgb(102,50,28); }

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

<style>
 span { border-color: #66321C; }

 span { border-color: rgb(102,50,28); }

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