#916866

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

Shades of Copper Rose #916866

Tints of Copper Rose #916866

Color information

#916866 (or 0x916866) is unknown color: approx Copper Rose. HEX triplet: 91, 68 and 66. RGB value is (145,104,102). Sum of RGB (Red+Green+Blue) = 145+104+102=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #916866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916866 is #6E9799. Grayscale: #747474. Windows color (decimal): -7247770 or 6711441. OLE color: 6711441.

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

Color convert

RGB145104102-
CMYK00.280.300.43
HSL2.79º17.41%48.43%-
HSV(B)2.79º29.66%56.86%-
XYZ19.0316.8814.83-
YUV116.03120.08148.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.31%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=41.31%
G=29.63%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510410200.280.300.432.7917.4148.43
Hex91686601C1E2B31130
Octal221150146034365332160
Binary1001000111010001100110011100111101010111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916866; }

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

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

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

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

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

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

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

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