Html Css Color HEX #64423C Metallic Copper

📋 copy color: '#64423C'

red 100 ◦ green 66 ◦ blue 60

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

Shades of Metallic Copper #64423C

Tints of Metallic Copper #64423C

RGB

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

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

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

R = 44.25%
G = 29.2%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#64423C (or 0x64423C) is known color: Metallic Copper. HEX triplet: 64, 42 and 3C. RGB value is (100,66,60). Sum of RGB (Red+Green+Blue) = 100+66+60=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #64423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64423C is #9BBDC3. Grayscale: #4B4B4B. Windows color (decimal): -10206660 or 3949156. OLE color: 3949156.

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

Color convert

RGB 100 66 60 -
CMYK 0 0.34 0.4 0.61
HSL 0.25% 0.31% -
HSV(B) 0.4% 0.39% -
XYZ 8.02 6.93 5.19 -
YUV 75.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 100 66 60 0 0.34 0.4 0.61 9 0.25 0.31
Hex 64 42 3C 0 22 28 3D 9 19 1F
Octal 144 102 74 0 42 50 75 11 31 37
Binary 1100100 1000010 111100 0 100010 101000 111101 1001 11001 11111

Color Harmonies of #64423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64423C

Black with #64423C

Text Example


Text Example

White with #64423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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