#663B30

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

Shades of Metallic Copper #663B30

Tints of Metallic Copper #663B30

Color information

#663B30 (or 0x663B30) is unknown color: approx Metallic Copper. HEX triplet: 66, 3B and 30. RGB value is (102,59,48). Sum of RGB (Red+Green+Blue) = 102+59+48=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B30 is #99C4CF. Grayscale: #464646. Windows color (decimal): -10077392 or 3160934. OLE color: 3160934.

HSL color Cylindrical-coordinate representation of color #663B30: hue angle of 12.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663B30 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1025948-
CMYK00.420.530.6
HSL12.22º36%29.41%-
HSV(B)12.22º52.94%40%-
XYZ7.586.173.59-
YUV70.6115.25150.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=48.80%
G=28.23%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102594800.420.530.612.223629.41
Hex663B3002A353Cc241d
Octal14673600526574144435
Binary11001101110111100000101010110101111100110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,59,48); }

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

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

 a { background-color: rgb(102,59,48); }

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

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

 span { border-color: rgb(102,59,48); }

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