#66453D

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

Shades of Metallic Copper #66453D

Tints of Metallic Copper #66453D

Color information

#66453D (or 0x66453D) is unknown color: approx Metallic Copper. HEX triplet: 66, 45 and 3D. RGB value is (102,69,61). Sum of RGB (Red+Green+Blue) = 102+69+61=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66453D is #99BAC2. Grayscale: #4E4E4E. Windows color (decimal): -10074819 or 4015462. OLE color: 4015462.

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

Color convert

RGB1026961-
CMYK00.320.400.6
HSL11.71º25.15%31.96%-
HSV(B)11.71º40.2%40%-
XYZ8.457.425.4-
YUV77.96118.43145.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=43.97%
G=29.74%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102696100.320.400.611.7125.1531.96
Hex66453D020283Cc1920
Octal146105750405074143140
Binary110011010001011111010100000101000111100110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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