#916463

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

Shades of Copper Rose #916463

Tints of Copper Rose #916463

Color information

#916463 (or 0x916463) is unknown color: approx Copper Rose. HEX triplet: 91, 64 and 63. RGB value is (145,100,99). Sum of RGB (Red+Green+Blue) = 145+100+99=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #916463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916463 is #6E9B9C. Grayscale: #717171. Windows color (decimal): -7248797 or 6513809. OLE color: 6513809.

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

Color convert

RGB14510099-
CMYK00.310.320.43
HSL1.3º18.85%47.84%-
HSV(B)1.3º31.72%56.86%-
XYZ18.4916.0313.93-
YUV113.34119.91150.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.15%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=42.15%
G=29.07%
B=28.78%

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
Decimal1451009900.310.320.431.318.8547.84
Hex91646301F202B11330
Octal221144143037405312360
Binary1001000111001001100011011111100000101011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916463; }

 p { color: rgb(145,100,99); }

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

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

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

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

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

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

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