Html Css Color HEX #64403C Metallic Copper

📋 copy color: '#64403C'

red 100 ◦ green 64 ◦ blue 60

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

Shades of Metallic Copper #64403C

Tints of Metallic Copper #64403C

RGB

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

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

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

R = 44.64%
G = 28.57%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#64403C (or 0x64403C) is known color: Metallic Copper. HEX triplet: 64, 40 and 3C. RGB value is (100,64,60). Sum of RGB (Red+Green+Blue) = 100+64+60=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #64403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64403C is #9BBFC3. Grayscale: #4A4A4A. Windows color (decimal): -10207172 or 3948644. OLE color: 3948644.

HSL color Cylindrical-coordinate representation of color #64403C: hue angle of 6º 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 #64403C is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 64 60 -
CMYK 0 0.36 0.4 0.61
HSL 0.25% 0.31% -
HSV(B) 0.4% 0.39% -
XYZ 7.9 6.7 5.15 -
YUV 74.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 100 64 60 0 0.36 0.4 0.61 6 0.25 0.31
Hex 64 40 3C 0 24 28 3D 6 19 1F
Octal 144 100 74 0 44 50 75 6 31 37
Binary 1100100 1000000 111100 0 100100 101000 111101 110 11001 11111

Color Harmonies of #64403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64403C

Black with #64403C

Text Example


Text Example

White with #64403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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