#663A30

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

Shades of Metallic Copper #663A30

Tints of Metallic Copper #663A30

Color information

#663A30 (or 0x663A30) is unknown color: approx Metallic Copper. HEX triplet: 66, 3A and 30. RGB value is (102,58,48). Sum of RGB (Red+Green+Blue) = 102+58+48=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #663A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A30 is #99C5CF. Grayscale: #464646. Windows color (decimal): -10077648 or 3160678. OLE color: 3160678.

HSL color Cylindrical-coordinate representation of color #663A30: hue angle of 11.11º 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 #663A30 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1025848-
CMYK00.430.530.6
HSL11.11º36%29.41%-
HSV(B)11.11º52.94%40%-
XYZ7.536.063.57-
YUV70.02115.58150.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=49.04%
G=27.88%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102584800.430.530.611.113629.41
Hex663A3002B353Cb241d
Octal14672600536574134435
Binary11001101110101100000101011110101111100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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