Html Css Color HEX #674339 Metallic Copper

📋 copy color: '#674339'

red 103 ◦ green 67 ◦ blue 57

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

Shades of Metallic Copper #674339

Tints of Metallic Copper #674339

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.52%

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 45.37%
G = 29.52%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.60

RGB Variations

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

Color information

#674339 (or 0x674339) is known color: Metallic Copper. HEX triplet: 67, 43 and 39. RGB value is (103,67,57). Sum of RGB (Red+Green+Blue) = 103+67+57=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #674339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674339 is #98BCC6. Grayscale: #4C4C4C. Windows color (decimal): -10009799 or 3752807. OLE color: 3752807.

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

Color convert

RGB 103 67 57 -
CMYK 0 0.35 0.45 0.60
HSL 13.04º 0.29% 0.31% -
HSV(B) 13.04º 0.45% 0.4% -
XYZ 8.34 7.19 4.82 -
YUV 76.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 103 67 57 0 0.35 0.45 0.60 13.04 0.29 0.31
Hex 67 43 39 0 23 2D 3C D 1D 1F
Octal 147 103 71 0 43 55 74 15 35 37
Binary 1100111 1000011 111001 0 100011 101101 111100 1101 11101 11111

Color Harmonies of #674339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674339

Black with #674339

Text Example


Text Example

White with #674339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674339; }

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

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

background-color css

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

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

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

border-color css

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

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

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