#634038

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

Shades of Metallic Copper #634038

Tints of Metallic Copper #634038

Color information

#634038 (or 0x634038) is unknown color: approx Metallic Copper. HEX triplet: 63, 40 and 38. RGB value is (99,64,56). Sum of RGB (Red+Green+Blue) = 99+64+56=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #634038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634038 is #9CBFC7. Grayscale: #494949. Windows color (decimal): -10272712 or 3686499. OLE color: 3686499.

HSL color Cylindrical-coordinate representation of color #634038: hue angle of 11.16º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #634038 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB996456-
CMYK00.350.430.61
HSL11.16º27.74%30.39%-
HSV(B)11.16º43.43%38.82%-
XYZ7.696.64.61-
YUV73.55118.1146.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 56 (22.27% from 255) = 25.57%
R=45.21%
G=29.22%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99645600.350.430.6111.1627.7430.39
Hex6340380232B3Db1c1e
Octal143100700435375133436
Binary11000111000000111000010001110101111110110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634038; }

 p { color: rgb(99,64,56); }

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

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

 a { background-color: rgb(99,64,56); }

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

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

 span { border-color: rgb(99,64,56); }

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