#674338

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

Shades of Metallic Copper #674338

Tints of Metallic Copper #674338

Color information

#674338 (or 0x674338) is unknown color: approx Metallic Copper. HEX triplet: 67, 43 and 38. RGB value is (103,67,56). Sum of RGB (Red+Green+Blue) = 103+67+56=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 103 - color contains mainly: red. Hex color #674338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674338 is #98BCC7. Grayscale: #4C4C4C. Windows color (decimal): -10009800 or 3687271. OLE color: 3687271.

HSL color Cylindrical-coordinate representation of color #674338: hue angle of 14.04º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #674338 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB1036756-
CMYK00.350.460.60
HSL14.04º29.56%31.18%-
HSV(B)14.04º45.63%40.39%-
XYZ8.317.184.69-
YUV76.51116.43146.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.58%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=45.58%
G=29.65%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103675600.350.460.6014.0429.5631.18
Hex6743380232E3Ce1e1f
Octal147103700435674163637
Binary11001111000011111000010001110111011110011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674338; }

 p { color: rgb(103,67,56); }

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

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

 a { background-color: rgb(103,67,56); }

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

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

 span { border-color: rgb(103,67,56); }

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