#663A33

Color #663A33 Metallic Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Copper #663A33

Tints of Metallic Copper #663A33

Color information

#663A33 (or 0x663A33) is unknown color: approx Metallic Copper. HEX triplet: 66, 3A and 33. RGB value is (102,58,51). Sum of RGB (Red+Green+Blue) = 102+58+51=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #663A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A33 is #99C5CC. Grayscale: #464646. Windows color (decimal): -10077645 or 3357286. OLE color: 3357286.

HSL color Cylindrical-coordinate representation of color #663A33: hue angle of 8.24º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663A33 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB1025851-
CMYK00.430.50.6
HSL8.24º33.33%30%-
HSV(B)8.24º50%40%-
XYZ7.596.093.91-
YUV70.36117.08150.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=48.34%
G=27.49%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102585100.430.50.68.2433.3330
Hex663A3302B323C8211e
Octal14672630536274104136
Binary11001101110101100110101011110010111100100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663A33; }

 p { color: rgb(102,58,51); }

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

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

 a { background-color: rgb(102,58,51); }

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

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

 span { border-color: rgb(102,58,51); }

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