Html Css Color HEX #674039 Metallic Copper

📋 copy color: '#674039'

red 103 ◦ green 64 ◦ blue 57

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

Shades of Metallic Copper #674039

Tints of Metallic Copper #674039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.57%

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

R = 45.98%
G = 28.57%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.60

RGB Variations

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

Color information

#674039 (or 0x674039) is known color: Metallic Copper. HEX triplet: 67, 40 and 39. RGB value is (103,64,57). Sum of RGB (Red+Green+Blue) = 103+64+57=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #674039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674039 is #98BFC6. Grayscale: #4A4A4A. Windows color (decimal): -10010567 or 3752039. OLE color: 3752039.

HSL color Cylindrical-coordinate representation of color #674039: hue angle of 9.13º 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 #674039 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 64 57 -
CMYK 0 0.38 0.45 0.60
HSL 9.13º 0.29% 0.31% -
HSV(B) 9.13º 0.45% 0.4% -
XYZ 8.17 6.85 4.76 -
YUV 74.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 103 64 57 0 0.38 0.45 0.60 9.13 0.29 0.31
Hex 67 40 39 0 26 2D 3C 9 1D 1F
Octal 147 100 71 0 46 55 74 11 35 37
Binary 1100111 1000000 111001 0 100110 101101 111100 1001 11101 11111

Color Harmonies of #674039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674039

Black with #674039

Text Example


Text Example

White with #674039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674039; }

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

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

background-color css

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

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

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

border-color css

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

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

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