#654239

Color #654239 Metallic Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Copper #654239

Tints of Metallic Copper #654239

Color information

#654239 (or 0x654239) is unknown color: approx Metallic Copper. HEX triplet: 65, 42 and 39. RGB value is (101,66,57). Sum of RGB (Red+Green+Blue) = 101+66+57=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #654239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654239 is #9ABDC6. Grayscale: #4B4B4B. Windows color (decimal): -10141127 or 3752549. OLE color: 3752549.

HSL color Cylindrical-coordinate representation of color #654239: hue angle of 12.27º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #654239 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB1016657-
CMYK00.350.440.60
HSL12.27º27.85%30.98%-
HSV(B)12.27º43.56%39.61%-
XYZ8.056.964.79-
YUV75.44117.6146.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.09%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=45.09%
G=29.46%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101665700.350.440.6012.2727.8530.98
Hex6542390232C3Cc1c1f
Octal145102710435474143437
Binary11001011000010111001010001110110011110011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654239; }

 p { color: rgb(101,66,57); }

 H1.HeaderClassName
 {
   color: #654239;
 }
 .AnyTagClassName
 {
   color: #654239;
 }
</style>
background-color css

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

 a { background-color: rgb(101,66,57); }

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

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

 span { border-color: rgb(101,66,57); }

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