#916664

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

Shades of Copper Rose #916664

Tints of Copper Rose #916664

Color information

#916664 (or 0x916664) is unknown color: approx Copper Rose. HEX triplet: 91, 66 and 64. RGB value is (145,102,100). Sum of RGB (Red+Green+Blue) = 145+102+100=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #916664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916664 is #6E999B. Grayscale: #727272. Windows color (decimal): -7248284 or 6579857. OLE color: 6579857.

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

Color convert

RGB145102100-
CMYK00.300.310.43
HSL2.67º18.37%48.04%-
HSV(B)2.67º31.03%56.86%-
XYZ18.7316.4414.24-
YUV114.63119.75149.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=41.79%
G=29.39%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510210000.300.310.432.6718.3748.04
Hex91666401E1F2B31230
Octal221146144036375332260
Binary1001000111001101100100011110111111010111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916664; }

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

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

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

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

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

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

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

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