#926563

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

Shades of Copper Rose #926563

Tints of Copper Rose #926563

Color information

#926563 (or 0x926563) is unknown color: approx Copper Rose. HEX triplet: 92, 65 and 63. RGB value is (146,101,99). Sum of RGB (Red+Green+Blue) = 146+101+99=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #926563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926563 is #6D9A9C. Grayscale: #727272. Windows color (decimal): -7183005 or 6514066. OLE color: 6514066.

HSL color Cylindrical-coordinate representation of color #926563: hue angle of 2.55º 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 #926563 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14610199-
CMYK00.310.320.43
HSL2.55º19.18%48.04%-
HSV(B)2.55º32.19%57.25%-
XYZ18.7616.3213.97-
YUV114.23119.41150.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=42.20%
G=29.19%
B=28.61%

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
Decimal1461019900.310.320.432.5519.1848.04
Hex92656301F202B31330
Octal222145143037405332360
Binary10010010110010111000110111111000001010111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926563; }

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

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

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

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

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

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

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

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