#66453C

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

Shades of Metallic Copper #66453C

Tints of Metallic Copper #66453C

Color information

#66453C (or 0x66453C) is unknown color: approx Metallic Copper. HEX triplet: 66, 45 and 3C. RGB value is (102,69,60). Sum of RGB (Red+Green+Blue) = 102+69+60=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66453C is #99BAC3. Grayscale: #4D4D4D. Windows color (decimal): -10074820 or 3949926. OLE color: 3949926.

HSL color Cylindrical-coordinate representation of color #66453C: hue angle of 12.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66453C is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB1026960-
CMYK00.320.410.6
HSL12.86º25.93%31.76%-
HSV(B)12.86º41.18%40%-
XYZ8.427.415.26-
YUV77.84117.93145.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=44.16%
G=29.87%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102696000.320.410.612.8625.9331.76
Hex66453C020293Cd1a20
Octal146105740405174153240
Binary110011010001011111000100000101001111100110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66453C; }

 p { color: rgb(102,69,60); }

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

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

 a { background-color: rgb(102,69,60); }

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

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

 span { border-color: rgb(102,69,60); }

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