Html Css Color HEX #664135 Metallic Copper

📋 copy color: '#664135'

red 102 ◦ green 65 ◦ blue 53

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

Shades of Metallic Copper #664135

Tints of Metallic Copper #664135

RGB

 RED value IS 102 (40.23% from 255) = 46.36%

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

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 46.36%
G = 29.55%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#664135 (or 0x664135) is known color: Metallic Copper. HEX triplet: 66, 41 and 35. RGB value is (102,65,53). Sum of RGB (Red+Green+Blue) = 102+65+53=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #664135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664135 is #99BECA. Grayscale: #4A4A4A. Windows color (decimal): -10075851 or 3490150. OLE color: 3490150.

HSL color Cylindrical-coordinate representation of color #664135: hue angle of 14.69º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #664135 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 53 -
CMYK 0 0.36 0.48 0.6
HSL 14.69º 0.32% 0.3% -
HSV(B) 14.69º 0.48% 0.4% -
XYZ 8.01 6.86 4.27 -
YUV 74.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 102 65 53 0 0.36 0.48 0.6 14.69 0.32 0.3
Hex 66 41 35 0 24 30 3C F 20 1E
Octal 146 101 65 0 44 60 74 17 40 36
Binary 1100110 1000001 110101 0 100100 110000 111100 1111 100000 11110

Color Harmonies of #664135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664135

Black with #664135

Text Example


Text Example

White with #664135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664135; }

 p { color: rgb(102,65,53); }

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

background-color css

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

 a { background-color: rgb(102,65,53); }

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

border-color css

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

 span { border-color: rgb(102,65,53); }

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