#916766

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

Shades of Copper Rose #916766

Tints of Copper Rose #916766

Color information

#916766 (or 0x916766) is unknown color: approx Copper Rose. HEX triplet: 91, 67 and 66. RGB value is (145,103,102). Sum of RGB (Red+Green+Blue) = 145+103+102=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #916766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916766 is #6E9899. Grayscale: #737373. Windows color (decimal): -7248026 or 6711185. OLE color: 6711185.

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

Color convert

RGB145103102-
CMYK00.290.300.43
HSL1.4º17.41%48.43%-
HSV(B)1.4º29.66%56.86%-
XYZ18.9316.6814.79-
YUV115.44120.41149.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.43%
GREEN value IS 103 (40.62% from 255) = 29.43%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=41.43%
G=29.43%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510310200.290.300.431.417.4148.43
Hex91676601D1E2B11130
Octal221147146035365312160
Binary100100011100111110011001110111110101011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916766; }

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

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

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

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

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

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

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

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