#603E38

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

Shades of Metallic Copper #603E38

Tints of Metallic Copper #603E38

Color information

#603E38 (or 0x603E38) is unknown color: approx Metallic Copper. HEX triplet: 60, 3E and 38. RGB value is (96,62,56). Sum of RGB (Red+Green+Blue) = 96+62+56=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #603E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E38 is #9FC1C7. Grayscale: #474747. Windows color (decimal): -10469832 or 3685984. OLE color: 3685984.

HSL color Cylindrical-coordinate representation of color #603E38: hue angle of 9º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #603E38 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB966256-
CMYK00.350.420.62
HSL26.32%29.8%-
HSV(B)41.67%37.65%-
XYZ7.266.224.56-
YUV71.48119.26145.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 62 (24.61% from 255) = 28.97%
BLUE value IS 56 (22.27% from 255) = 26.17%
R=44.86%
G=28.97%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96625600.350.420.62926.3229.8
Hex603E380232A3E91a1e
Octal14076700435276113236
Binary1100000111110111000010001110101011111010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603E38; }

 p { color: rgb(96,62,56); }

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

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

 a { background-color: rgb(96,62,56); }

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

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

 span { border-color: rgb(96,62,56); }

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