#663A35

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

Shades of Metallic Copper #663A35

Tints of Metallic Copper #663A35

Color information

#663A35 (or 0x663A35) is unknown color: approx Metallic Copper. HEX triplet: 66, 3A and 35. RGB value is (102,58,53). Sum of RGB (Red+Green+Blue) = 102+58+53=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #663A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A35 is #99C5CA. Grayscale: #464646. Windows color (decimal): -10077643 or 3488358. OLE color: 3488358.

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

Color convert

RGB1025853-
CMYK00.430.480.6
HSL6.12º31.61%30.39%-
HSV(B)6.12º48.04%40%-
XYZ7.646.114.14-
YUV70.59118.08150.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 53 (21.09% from 255) = 24.88%
R=47.89%
G=27.23%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102585300.430.480.66.1231.6130.39
Hex663A3502B303C6201e
Octal1467265053607464036
Binary1100110111010110101010101111000011110011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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