#663821

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

Shades of New Amber #663821

Tints of New Amber #663821

Color information

#663821 (or 0x663821) is unknown color: approx New Amber. HEX triplet: 66, 38 and 21. RGB value is (102,56,33). Sum of RGB (Red+Green+Blue) = 102+56+33=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #663821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663821 is #99C7DE. Grayscale: #434343. Windows color (decimal): -10078175 or 2177126. OLE color: 2177126.

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

Color convert

RGB1025633-
CMYK00.450.680.6
HSL20º51.11%26.47%-
HSV(B)20º67.65%40%-
XYZ7.175.762.17-
YUV67.13108.74152.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.40%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=53.40%
G=29.32%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102563300.450.680.62051.1126.47
Hex66382102D443C14331a
Octal146704105510474246332
Binary1100110111000100001010110110001001111001010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663821; }

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

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

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

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

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

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

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

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