Html Css Color HEX #64413C Metallic Copper

📋 copy color: '#64413C'

red 100 ◦ green 65 ◦ blue 60

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

Shades of Metallic Copper #64413C

Tints of Metallic Copper #64413C

RGB

 RED value IS 100 (39.45% from 255) = 44.44%

 GREEN value IS 65 (25.78% from 255) = 28.89%

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 44.44%
G = 28.89%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#64413C (or 0x64413C) is known color: Metallic Copper. HEX triplet: 64, 41 and 3C. RGB value is (100,65,60). Sum of RGB (Red+Green+Blue) = 100+65+60=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #64413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64413C is #9BBEC3. Grayscale: #4A4A4A. Windows color (decimal): -10206916 or 3948900. OLE color: 3948900.

HSL color Cylindrical-coordinate representation of color #64413C: hue angle of 7.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64413C is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 65 60 -
CMYK 0 0.35 0.4 0.61
HSL 7.5º 0.25% 0.31% -
HSV(B) 7.5º 0.4% 0.39% -
XYZ 7.96 6.82 5.17 -
YUV 74.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 100 65 60 0 0.35 0.4 0.61 7.5 0.25 0.31
Hex 64 41 3C 0 23 28 3D 8 19 1F
Octal 144 101 74 0 43 50 75 10 31 37
Binary 1100100 1000001 111100 0 100011 101000 111101 1000 11001 11111

Color Harmonies of #64413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64413C

Black with #64413C

Text Example


Text Example

White with #64413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64413C; }

 p { color: rgb(100,65,60); }

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

background-color css

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

 a { background-color: rgb(100,65,60); }

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

border-color css

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

 span { border-color: rgb(100,65,60); }

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