#916563

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

Shades of Copper Rose #916563

Tints of Copper Rose #916563

Color information

#916563 (or 0x916563) is unknown color: approx Copper Rose. HEX triplet: 91, 65 and 63. RGB value is (145,101,99). Sum of RGB (Red+Green+Blue) = 145+101+99=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #916563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916563 is #6E9A9C. Grayscale: #717171. Windows color (decimal): -7248541 or 6514065. OLE color: 6514065.

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

Color convert

RGB14510199-
CMYK00.300.320.43
HSL2.61º18.85%47.84%-
HSV(B)2.61º31.72%56.86%-
XYZ18.5816.2313.96-
YUV113.93119.58150.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=42.03%
G=29.28%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451019900.300.320.432.6118.8547.84
Hex91656301E202B31330
Octal221145143036405332360
Binary10010001110010111000110111101000001010111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916563; }

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

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

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

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

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

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

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

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