Html Css Color HEX #64413D Metallic Copper

📋 copy color: '#64413D'

red 100 ◦ green 65 ◦ blue 61

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

Shades of Metallic Copper #64413D

Tints of Metallic Copper #64413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 44.25%
G = 28.76%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#64413D (or 0x64413D) is known color: Metallic Copper. HEX triplet: 64, 41 and 3D. RGB value is (100,65,61). Sum of RGB (Red+Green+Blue) = 100+65+61=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #64413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64413D is #9BBEC2. Grayscale: #4B4B4B. Windows color (decimal): -10206915 or 4014436. OLE color: 4014436.

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

Color convert

RGB 100 65 61 -
CMYK 0 0.35 0.39 0.61
HSL 6.15º 0.24% 0.32% -
HSV(B) 6.15º 0.39% 0.39% -
XYZ 7.99 6.83 5.31 -
YUV 75.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 100 65 61 0 0.35 0.39 0.61 6.15 0.24 0.32
Hex 64 41 3D 0 23 27 3D 6 18 20
Octal 144 101 75 0 43 47 75 6 30 40
Binary 1100100 1000001 111101 0 100011 100111 111101 110 11000 100000

Color Harmonies of #64413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64413D

Black with #64413D

Text Example


Text Example

White with #64413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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