#63423B

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

Shades of Metallic Copper #63423B

Tints of Metallic Copper #63423B

Color information

#63423B (or 0x63423B) is unknown color: approx Metallic Copper. HEX triplet: 63, 42 and 3B. RGB value is (99,66,59). Sum of RGB (Red+Green+Blue) = 99+66+59=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63423B is #9CBDC4. Grayscale: #4B4B4B. Windows color (decimal): -10272197 or 3883619. OLE color: 3883619.

HSL color Cylindrical-coordinate representation of color #63423B: 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 #63423B is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB996659-
CMYK00.330.400.61
HSL10.5º25.32%30.98%-
HSV(B)10.5º40.4%38.82%-
XYZ7.886.865.05-
YUV75.07118.93145.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=44.20%
G=29.46%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99665900.330.400.6110.525.3230.98
Hex63423B021283Db191f
Octal143102730415075133137
Binary11000111000010111011010000110100011110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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