#63423A

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

Shades of Metallic Copper #63423A

Tints of Metallic Copper #63423A

Color information

#63423A (or 0x63423A) is unknown color: approx Metallic Copper. HEX triplet: 63, 42 and 3A. RGB value is (99,66,58). Sum of RGB (Red+Green+Blue) = 99+66+58=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #63423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63423A is #9CBDC5. Grayscale: #4B4B4B. Windows color (decimal): -10272198 or 3818083. OLE color: 3818083.

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

Color convert

RGB996658-
CMYK00.330.410.61
HSL11.71º26.11%30.78%-
HSV(B)11.71º41.41%38.82%-
XYZ7.866.854.91-
YUV74.95118.43145.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.39%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=44.39%
G=29.60%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99665800.330.410.6111.7126.1130.78
Hex63423A021293Dc1a1f
Octal143102720415175143237
Binary11000111000010111010010000110100111110111001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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