#66443A

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

Shades of Metallic Copper #66443A

Tints of Metallic Copper #66443A

Color information

#66443A (or 0x66443A) is unknown color: approx Metallic Copper. HEX triplet: 66, 44 and 3A. RGB value is (102,68,58). Sum of RGB (Red+Green+Blue) = 102+68+58=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #66443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66443A is #99BBC5. Grayscale: #4D4D4D. Windows color (decimal): -10075078 or 3818598. OLE color: 3818598.

HSL color Cylindrical-coordinate representation of color #66443A: hue angle of 13.64º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66443A is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB1026858-
CMYK00.330.430.6
HSL13.64º27.5%31.37%-
HSV(B)13.64º43.14%40%-
XYZ8.317.264.97-
YUV77.03117.26145.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=44.74%
G=29.82%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102685800.330.430.613.6427.531.37
Hex66443A0212B3Ce1c1f
Octal146104720415374163437
Binary11001101000100111010010000110101111110011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66443A; }

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

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

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

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

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

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

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

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