Html Css Color HEX #64433D Metallic Copper

📋 copy color: '#64433D'

red 100 ◦ green 67 ◦ blue 61

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

Shades of Metallic Copper #64433D

Tints of Metallic Copper #64433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.39%

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

R = 43.86%
G = 29.39%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#64433D (or 0x64433D) is known color: Metallic Copper. HEX triplet: 64, 43 and 3D. RGB value is (100,67,61). Sum of RGB (Red+Green+Blue) = 100+67+61=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #64433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64433D is #9BBCC2. Grayscale: #4C4C4C. Windows color (decimal): -10206403 or 4014948. OLE color: 4014948.

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

Color convert

RGB 100 67 61 -
CMYK 0 0.33 0.39 0.61
HSL 9.23º 0.24% 0.32% -
HSV(B) 9.23º 0.39% 0.39% -
XYZ 8.1 7.06 5.35 -
YUV 76.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 100 67 61 0 0.33 0.39 0.61 9.23 0.24 0.32
Hex 64 43 3D 0 21 27 3D 9 18 20
Octal 144 103 75 0 41 47 75 11 30 40
Binary 1100100 1000011 111101 0 100001 100111 111101 1001 11000 100000

Color Harmonies of #64433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64433D

Black with #64433D

Text Example


Text Example

White with #64433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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