Html Css Color HEX #673C32 Metallic Copper

📋 copy color: '#673C32'

red 103 ◦ green 60 ◦ blue 50

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

Shades of Metallic Copper #673C32

Tints of Metallic Copper #673C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.47%

R = 48.36%
G = 28.17%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#673C32 (or 0x673C32) is known color: Metallic Copper. HEX triplet: 67, 3C and 32. RGB value is (103,60,50). Sum of RGB (Red+Green+Blue) = 103+60+50=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #673C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673C32 is #98C3CD. Grayscale: #474747. Windows color (decimal): -10011598 or 3292263. OLE color: 3292263.

HSL color Cylindrical-coordinate representation of color #673C32: hue angle of 11.32º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #673C32 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 60 50 -
CMYK 0 0.42 0.51 0.60
HSL 11.32º 0.35% 0.3% -
HSV(B) 11.32º 0.51% 0.4% -
XYZ 7.79 6.35 3.83 -
YUV 71.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 103 60 50 0 0.42 0.51 0.60 11.32 0.35 0.3
Hex 67 3C 32 0 2A 33 3C B 23 1E
Octal 147 74 62 0 52 63 74 13 43 36
Binary 1100111 111100 110010 0 101010 110011 111100 1011 100011 11110

Color Harmonies of #673C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673C32

Black with #673C32

Text Example


Text Example

White with #673C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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