Html Css Color HEX #674035 Metallic Copper

📋 copy color: '#674035'

red 103 ◦ green 64 ◦ blue 53

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

Shades of Metallic Copper #674035

Tints of Metallic Copper #674035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 46.82%
G = 29.09%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#674035 (or 0x674035) is known color: Metallic Copper. HEX triplet: 67, 40 and 35. RGB value is (103,64,53). Sum of RGB (Red+Green+Blue) = 103+64+53=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #674035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674035 is #98BFCA. Grayscale: #4A4A4A. Windows color (decimal): -10010571 or 3489895. OLE color: 3489895.

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

Color convert

RGB 103 64 53 -
CMYK 0 0.38 0.49 0.60
HSL 13.2º 0.32% 0.31% -
HSV(B) 13.2º 0.49% 0.4% -
XYZ 8.07 6.81 4.26 -
YUV 74.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 103 64 53 0 0.38 0.49 0.60 13.2 0.32 0.31
Hex 67 40 35 0 26 31 3C D 20 1F
Octal 147 100 65 0 46 61 74 15 40 37
Binary 1100111 1000000 110101 0 100110 110001 111100 1101 100000 11111

Color Harmonies of #674035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674035

Black with #674035

Text Example


Text Example

White with #674035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674035; }

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

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

background-color css

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

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

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

border-color css

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

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

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