#63433B

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

Shades of Metallic Copper #63433B

Tints of Metallic Copper #63433B

Color information

#63433B (or 0x63433B) is unknown color: approx Metallic Copper. HEX triplet: 63, 43 and 3B. RGB value is (99,67,59). Sum of RGB (Red+Green+Blue) = 99+67+59=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #63433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63433B is #9CBCC4. Grayscale: #4B4B4B. Windows color (decimal): -10271941 or 3883875. OLE color: 3883875.

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

Color convert

RGB996759-
CMYK00.320.400.61
HSL12º25.32%30.98%-
HSV(B)12º40.4%38.82%-
XYZ7.946.985.07-
YUV75.66118.6144.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=44%
G=29.78%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99675900.320.400.611225.3230.98
Hex63433B020283Dc191f
Octal143103730405075143137
Binary11000111000011111011010000010100011110111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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