#664135

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

Shades of Metallic Copper #664135

Tints of Metallic Copper #664135

Color information

#664135 (or 0x664135) is unknown color: approx Metallic Copper. HEX triplet: 66, 41 and 35. RGB value is (102,65,53). Sum of RGB (Red+Green+Blue) = 102+65+53=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #664135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664135 is #99BECA. Grayscale: #4A4A4A. Windows color (decimal): -10075851 or 3490150. OLE color: 3490150.

HSL color Cylindrical-coordinate representation of color #664135: hue angle of 14.69º 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 #664135 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB1026553-
CMYK00.360.480.6
HSL14.69º31.61%30.39%-
HSV(B)14.69º48.04%40%-
XYZ8.016.864.27-
YUV74.69115.76147.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=46.36%
G=29.55%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102655300.360.480.614.6931.6130.39
Hex664135024303Cf201e
Octal146101650446074174036
Binary110011010000011101010100100110000111100111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664135; }

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

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

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

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

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

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

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

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