Html Css Color HEX #674134 Metallic Copper

📋 copy color: '#674134'

red 103 ◦ green 65 ◦ blue 52

#674134
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Copper #674134

Tints of Metallic Copper #674134

RGB

 RED value IS 103 (40.63% from 255) = 46.82%

 GREEN value IS 65 (25.78% from 255) = 29.55%

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 46.82%
G = 29.55%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#674134 (or 0x674134) is known color: Metallic Copper. HEX triplet: 67, 41 and 34. RGB value is (103,65,52). Sum of RGB (Red+Green+Blue) = 103+65+52=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #674134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674134 is #98BECB. Grayscale: #4A4A4A. Windows color (decimal): -10010316 or 3424615. OLE color: 3424615.

HSL color Cylindrical-coordinate representation of color #674134: hue angle of 15.29º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674134 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 65 52 -
CMYK 0 0.37 0.50 0.60
HSL 15.29º 0.33% 0.3% -
HSV(B) 15.29º 0.5% 0.4% -
XYZ 8.1 6.91 4.16 -
YUV 74.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 103 65 52 0 0.37 0.50 0.60 15.29 0.33 0.3
Hex 67 41 34 0 25 32 3C F 21 1E
Octal 147 101 64 0 45 62 74 17 41 36
Binary 1100111 1000001 110100 0 100101 110010 111100 1111 100001 11110

Color Harmonies of #674134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674134

Black with #674134

Text Example


Text Example

White with #674134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674134; }

 p { color: rgb(103,65,52); }

 H1.HeaderClassName
 {
   color: #674134;
 }
 .AnyTagClassName
 {
   color: #674134;
 }
</style>

background-color css

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

 a { background-color: rgb(103,65,52); }

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

border-color css

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

 span { border-color: rgb(103,65,52); }

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