#67423D

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

Shades of Metallic Copper #67423D

Tints of Metallic Copper #67423D

Color information

#67423D (or 0x67423D) is unknown color: approx Metallic Copper. HEX triplet: 67, 42 and 3D. RGB value is (103,66,61). Sum of RGB (Red+Green+Blue) = 103+66+61=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 103 - color contains mainly: red. Hex color #67423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67423D is #98BDC2. Grayscale: #4C4C4C. Windows color (decimal): -10010051 or 4014695. OLE color: 4014695.

HSL color Cylindrical-coordinate representation of color #67423D: hue angle of 7.14º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67423D is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1036661-
CMYK00.360.410.60
HSL7.14º25.61%32.16%-
HSV(B)7.14º40.78%40.39%-
XYZ8.387.125.35-
YUV76.49119.26146.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.78%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=44.78%
G=28.70%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103666100.360.410.607.1425.6132.16
Hex67423D024293C71a20
Octal14710275044517473240
Binary11001111000010111101010010010100111110011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67423D; }

 p { color: rgb(103,66,61); }

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

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

 a { background-color: rgb(103,66,61); }

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

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

 span { border-color: rgb(103,66,61); }

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