Html Css Color HEX #64423D Metallic Copper

📋 copy color: '#64423D'

red 100 ◦ green 66 ◦ blue 61

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

Shades of Metallic Copper #64423D

Tints of Metallic Copper #64423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

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

R = 44.05%
G = 29.07%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#64423D (or 0x64423D) is known color: Metallic Copper. HEX triplet: 64, 42 and 3D. RGB value is (100,66,61). Sum of RGB (Red+Green+Blue) = 100+66+61=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #64423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64423D is #9BBDC2. Grayscale: #4B4B4B. Windows color (decimal): -10206659 or 4014692. OLE color: 4014692.

HSL color Cylindrical-coordinate representation of color #64423D: hue angle of 7.69º 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 #64423D is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 66 61 -
CMYK 0 0.34 0.39 0.61
HSL 7.69º 0.24% 0.32% -
HSV(B) 7.69º 0.39% 0.39% -
XYZ 8.05 6.94 5.33 -
YUV 75.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 100 66 61 0 0.34 0.39 0.61 7.69 0.24 0.32
Hex 64 42 3D 0 22 27 3D 8 18 20
Octal 144 102 75 0 42 47 75 10 30 40
Binary 1100100 1000010 111101 0 100010 100111 111101 1000 11000 100000

Color Harmonies of #64423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64423D

Black with #64423D

Text Example


Text Example

White with #64423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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