#916663

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

Shades of Copper Rose #916663

Tints of Copper Rose #916663

Color information

#916663 (or 0x916663) is unknown color: approx Copper Rose. HEX triplet: 91, 66 and 63. RGB value is (145,102,99). Sum of RGB (Red+Green+Blue) = 145+102+99=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #916663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916663 is #6E999C. Grayscale: #727272. Windows color (decimal): -7248285 or 6514321. OLE color: 6514321.

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

Color convert

RGB14510299-
CMYK00.300.320.43
HSL3.91º18.85%47.84%-
HSV(B)3.91º31.72%56.86%-
XYZ18.6816.4213.99-
YUV114.51119.25149.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=41.91%
G=29.48%
B=28.61%

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
Decimal1451029900.300.320.433.9118.8547.84
Hex91666301E202B41330
Octal221146143036405342360
Binary100100011100110110001101111010000010101110010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916663; }

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

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

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

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

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

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

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

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