#67423E

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

Shades of Metallic Copper #67423E

Tints of Metallic Copper #67423E

Color information

#67423E (or 0x67423E) is unknown color: approx Metallic Copper. HEX triplet: 67, 42 and 3E. RGB value is (103,66,62). Sum of RGB (Red+Green+Blue) = 103+66+62=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 103 - color contains mainly: red. Hex color #67423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67423E is #98BDC1. Grayscale: #4C4C4C. Windows color (decimal): -10010050 or 4080231. OLE color: 4080231.

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

Color convert

RGB1036662-
CMYK00.360.400.60
HSL5.85º24.85%32.35%-
HSV(B)5.85º39.81%40.39%-
XYZ8.417.135.49-
YUV76.61119.76146.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.59%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=44.59%
G=28.57%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103666200.360.400.605.8524.8532.35
Hex67423E024283C61920
Octal14710276044507463140
Binary11001111000010111110010010010100011110011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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