#63423D

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

Shades of Metallic Copper #63423D

Tints of Metallic Copper #63423D

Color information

#63423D (or 0x63423D) is unknown color: approx Metallic Copper. HEX triplet: 63, 42 and 3D. RGB value is (99,66,61). Sum of RGB (Red+Green+Blue) = 99+66+61=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63423D is #9CBDC2. Grayscale: #4B4B4B. Windows color (decimal): -10272195 or 4014691. OLE color: 4014691.

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

Color convert

RGB996661-
CMYK00.330.380.61
HSL7.89º23.75%31.37%-
HSV(B)7.89º38.38%38.82%-
XYZ7.946.895.33-
YUV75.3119.93144.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 61 (24.22% from 255) = 26.99%
R=43.81%
G=29.20%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99666100.330.380.617.8923.7531.37
Hex63423D021263D8181f
Octal143102750414675103037
Binary11000111000010111101010000110011011110110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,66,61); }

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

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

 a { background-color: rgb(99,66,61); }

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

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

 span { border-color: rgb(99,66,61); }

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