#66433D

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

Shades of Metallic Copper #66433D

Tints of Metallic Copper #66433D

Color information

#66433D (or 0x66433D) is unknown color: approx Metallic Copper. HEX triplet: 66, 43 and 3D. RGB value is (102,67,61). Sum of RGB (Red+Green+Blue) = 102+67+61=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66433D is #99BCC2. Grayscale: #4C4C4C. Windows color (decimal): -10075331 or 4014950. OLE color: 4014950.

HSL color Cylindrical-coordinate representation of color #66433D: hue angle of 8.78º 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 #66433D is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB1026761-
CMYK00.340.400.6
HSL8.78º25.15%31.96%-
HSV(B)8.78º40.2%40%-
XYZ8.337.185.36-
YUV76.78119.1145.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=44.35%
G=29.13%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102676100.340.400.68.7825.1531.96
Hex66433D022283C91920
Octal146103750425074113140
Binary110011010000111111010100010101000111100100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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