#926564

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

Shades of Copper Rose #926564

Tints of Copper Rose #926564

Color information

#926564 (or 0x926564) is unknown color: approx Copper Rose. HEX triplet: 92, 65 and 64. RGB value is (146,101,100). Sum of RGB (Red+Green+Blue) = 146+101+100=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #926564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926564 is #6D9A9B. Grayscale: #727272. Windows color (decimal): -7183004 or 6579602. OLE color: 6579602.

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

Color convert

RGB146101100-
CMYK00.310.320.43
HSL1.3º18.7%48.24%-
HSV(B)1.3º31.51%57.25%-
XYZ18.8116.3414.22-
YUV114.34119.91150.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=42.07%
G=29.11%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610110000.310.320.431.318.748.24
Hex92656401F202B11330
Octal222145144037405312360
Binary1001001011001011100100011111100000101011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926564; }

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

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

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

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

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

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

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

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