#63433C

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

Shades of Metallic Copper #63433C

Tints of Metallic Copper #63433C

Color information

#63433C (or 0x63433C) is unknown color: approx Metallic Copper. HEX triplet: 63, 43 and 3C. RGB value is (99,67,60). Sum of RGB (Red+Green+Blue) = 99+67+60=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63433C is #9CBCC3. Grayscale: #4B4B4B. Windows color (decimal): -10271940 or 3949411. OLE color: 3949411.

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

Color convert

RGB996760-
CMYK00.320.390.61
HSL10.77º24.53%31.18%-
HSV(B)10.77º39.39%38.82%-
XYZ7.976.995.2-
YUV75.77119.1144.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 60 (23.83% from 255) = 26.55%
R=43.81%
G=29.65%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99676000.320.390.6110.7724.5331.18
Hex63433C020273Db191f
Octal143103740404775133137
Binary11000111000011111100010000010011111110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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