#926565

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

Shades of Copper Rose #926565

Tints of Copper Rose #926565

Color information

#926565 (or 0x926565) is unknown color: approx Copper Rose. HEX triplet: 92, 65 and 65. RGB value is (146,101,101). Sum of RGB (Red+Green+Blue) = 146+101+101=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #926565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926565 is #6D9A9A. Grayscale: #727272. Windows color (decimal): -7183003 or 6645138. OLE color: 6645138.

HSL color Cylindrical-coordinate representation of color #926565: 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.31%. Process color model (Four color, CMYK) of #926565 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB146101101-
CMYK00.310.310.43
HSL18.22%48.43%-
HSV(B)30.82%57.25%-
XYZ18.8616.3614.48-
YUV114.46120.41150.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=41.95%
G=29.02%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610110100.310.310.43018.2248.43
Hex92656501F1F2B01230
Octal222145145037375302260
Binary100100101100101110010101111111111101011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926565; }

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

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

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

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

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

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

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

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