#663820

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

Shades of New Amber #663820

Tints of New Amber #663820

Color information

#663820 (or 0x663820) is unknown color: approx New Amber. HEX triplet: 66, 38 and 20. RGB value is (102,56,32). Sum of RGB (Red+Green+Blue) = 102+56+32=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #663820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663820 is #99C7DF. Grayscale: #434343. Windows color (decimal): -10078176 or 2111590. OLE color: 2111590.

HSL color Cylindrical-coordinate representation of color #663820: hue angle of 20.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663820 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1025632-
CMYK00.450.690.6
HSL20.57º52.24%26.27%-
HSV(B)20.57º68.63%40%-
XYZ7.155.762.1-
YUV67.02108.24152.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=53.68%
G=29.47%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102563200.450.690.620.5752.2426.27
Hex66382002D453C15341a
Octal146704005510574256432
Binary1100110111000100000010110110001011111001010111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663820; }

 p { color: rgb(102,56,32); }

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

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

 a { background-color: rgb(102,56,32); }

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

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

 span { border-color: rgb(102,56,32); }

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