#916565

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

Shades of Copper Rose #916565

Tints of Copper Rose #916565

Color information

#916565 (or 0x916565) is unknown color: approx Copper Rose. HEX triplet: 91, 65 and 65. RGB value is (145,101,101). Sum of RGB (Red+Green+Blue) = 145+101+101=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #916565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916565 is #6E9A9A. Grayscale: #727272. Windows color (decimal): -7248539 or 6645137. OLE color: 6645137.

HSL color Cylindrical-coordinate representation of color #916565: hue angle of 0º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916565 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145101101-
CMYK00.300.300.43
HSL17.89%48.24%-
HSV(B)30.34%56.86%-
XYZ18.6816.2714.47-
YUV114.16120.58150-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=41.79%
G=29.11%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510110100.300.300.43017.8948.24
Hex91656501E1E2B01230
Octal221145145036365302260
Binary100100011100101110010101111011110101011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916565; }

 p { color: rgb(145,101,101); }

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

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

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

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

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

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

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