Html Css Color HEX #64413A Metallic Copper

📋 copy color: '#64413A'

red 100 ◦ green 65 ◦ blue 58

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

Shades of Metallic Copper #64413A

Tints of Metallic Copper #64413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 44.84%
G = 29.15%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#64413A (or 0x64413A) is known color: Metallic Copper. HEX triplet: 64, 41 and 3A. RGB value is (100,65,58). Sum of RGB (Red+Green+Blue) = 100+65+58=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #64413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64413A is #9BBEC5. Grayscale: #4A4A4A. Windows color (decimal): -10206918 or 3817828. OLE color: 3817828.

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

Color convert

RGB 100 65 58 -
CMYK 0 0.35 0.42 0.61
HSL 10º 0.27% 0.31% -
HSV(B) 10º 0.42% 0.39% -
XYZ 7.91 6.8 4.9 -
YUV 74.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 100 65 58 0 0.35 0.42 0.61 10 0.27 0.31
Hex 64 41 3A 0 23 2A 3D A 1B 1F
Octal 144 101 72 0 43 52 75 12 33 37
Binary 1100100 1000001 111010 0 100011 101010 111101 1010 11011 11111

Color Harmonies of #64413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64413A

Black with #64413A

Text Example


Text Example

White with #64413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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