#64433C

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

Shades of Metallic Copper #64433C

Tints of Metallic Copper #64433C

Color information

#64433C (or 0x64433C) is unknown color: approx Metallic Copper. HEX triplet: 64, 43 and 3C. RGB value is (100,67,60). Sum of RGB (Red+Green+Blue) = 100+67+60=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #64433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64433C is #9BBCC3. Grayscale: #4C4C4C. Windows color (decimal): -10206404 or 3949412. OLE color: 3949412.

HSL color Cylindrical-coordinate representation of color #64433C: hue angle of 10.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64433C is Cyan = 0, Magento = 0.33, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB1006760-
CMYK00.330.40.61
HSL10.5º25%31.37%-
HSV(B)10.5º40%39.22%-
XYZ8.087.055.21-
YUV76.07118.93145.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.05%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=44.05%
G=29.52%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100676000.330.40.6110.52531.37
Hex64433C021283Db191f
Octal144103740415075133137
Binary11001001000011111100010000110100011110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,67,60); }

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

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

 a { background-color: rgb(100,67,60); }

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

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

 span { border-color: rgb(100,67,60); }

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