Html Css Color HEX #673C35 Metallic Copper

📋 copy color: '#673C35'

red 103 ◦ green 60 ◦ blue 53

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

Shades of Metallic Copper #673C35

Tints of Metallic Copper #673C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.78%

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

R = 47.69%
G = 27.78%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#673C35 (or 0x673C35) is known color: Metallic Copper. HEX triplet: 67, 3C and 35. RGB value is (103,60,53). Sum of RGB (Red+Green+Blue) = 103+60+53=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #673C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673C35 is #98C3CA. Grayscale: #484848. Windows color (decimal): -10011595 or 3488871. OLE color: 3488871.

HSL color Cylindrical-coordinate representation of color #673C35: hue angle of 8.4º 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 #673C35 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 60 53 -
CMYK 0 0.42 0.49 0.60
HSL 8.4º 0.32% 0.31% -
HSV(B) 8.4º 0.49% 0.4% -
XYZ 7.85 6.37 4.18 -
YUV 72.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 103 60 53 0 0.42 0.49 0.60 8.4 0.32 0.31
Hex 67 3C 35 0 2A 31 3C 8 20 1F
Octal 147 74 65 0 52 61 74 10 40 37
Binary 1100111 111100 110101 0 101010 110001 111100 1000 100000 11111

Color Harmonies of #673C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673C35

Black with #673C35

Text Example


Text Example

White with #673C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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