#926562

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

Shades of Copper Rose #926562

Tints of Copper Rose #926562

Color information

#926562 (or 0x926562) is unknown color: approx Copper Rose. HEX triplet: 92, 65 and 62. RGB value is (146,101,98). Sum of RGB (Red+Green+Blue) = 146+101+98=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #926562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926562 is #6D9A9D. Grayscale: #727272. Windows color (decimal): -7183006 or 6448530. OLE color: 6448530.

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

Color convert

RGB14610198-
CMYK00.310.330.43
HSL3.75º19.67%47.84%-
HSV(B)3.75º32.88%57.25%-
XYZ18.7116.313.72-
YUV114.11118.91150.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 98 (38.67% from 255) = 28.41%
R=42.32%
G=29.28%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461019800.310.330.433.7519.6747.84
Hex92656201F212B41430
Octal222145142037415342460
Binary100100101100101110001001111110000110101110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926562; }

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

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

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

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

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

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

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

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