#996A66

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

Shades of Copper Rose #996A66

Tints of Copper Rose #996A66

Color information

#996A66 (or 0x996A66) is unknown color: approx Copper Rose. HEX triplet: 99, 6A and 66. RGB value is (153,106,102). Sum of RGB (Red+Green+Blue) = 153+106+102=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #996A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A66 is #669599. Grayscale: #777777. Windows color (decimal): -6722970 or 6711961. OLE color: 6711961.

HSL color Cylindrical-coordinate representation of color #996A66: hue angle of 4.71º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996A66 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB153106102-
CMYK00.310.330.4
HSL4.71º20%50%-
HSV(B)4.71º33.33%60%-
XYZ20.6918.0414.96-
YUV119.6118.07151.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=42.38%
G=29.36%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310610200.310.330.44.712050
Hex996A6601F212851432
Octal231152146037415052462
Binary100110011101010110011001111110000110100010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996A66; }

 p { color: rgb(153,106,102); }

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

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

 a { background-color: rgb(153,106,102); }

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

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

 span { border-color: rgb(153,106,102); }

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