#926464

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

Shades of Copper Rose #926464

Tints of Copper Rose #926464

Color information

#926464 (or 0x926464) is unknown color: approx Copper Rose. HEX triplet: 92, 64 and 64. RGB value is (146,100,100). Sum of RGB (Red+Green+Blue) = 146+100+100=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #926464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926464 is #6D9B9B. Grayscale: #717171. Windows color (decimal): -7183260 or 6579346. OLE color: 6579346.

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

Color convert

RGB146100100-
CMYK00.320.320.43
HSL18.7%48.24%-
HSV(B)31.51%57.25%-
XYZ18.7116.1514.19-
YUV113.75120.24151-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=42.20%
G=28.90%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610010000.320.320.43018.748.24
Hex926464020202B01330
Octal222144144040405302360
Binary10010010110010011001000100000100000101011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926464; }

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

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

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

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

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

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

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

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