#906664

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

Shades of Copper Rose #906664

Tints of Copper Rose #906664

Color information

#906664 (or 0x906664) is unknown color: approx Copper Rose. HEX triplet: 90, 66 and 64. RGB value is (144,102,100). Sum of RGB (Red+Green+Blue) = 144+102+100=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #906664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906664 is #6F999B. Grayscale: #727272. Windows color (decimal): -7313820 or 6579856. OLE color: 6579856.

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

Color convert

RGB144102100-
CMYK00.290.310.44
HSL2.73º18.03%47.84%-
HSV(B)2.73º30.56%56.47%-
XYZ18.5516.3514.24-
YUV114.33119.91149.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=41.62%
G=29.48%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410210000.290.310.442.7318.0347.84
Hex90666401D1F2C31230
Octal220146144035375432260
Binary1001000011001101100100011101111111011001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906664; }

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

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

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

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

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

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

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

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