#996866

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

Shades of Copper Rose #996866

Tints of Copper Rose #996866

Color information

#996866 (or 0x996866) is unknown color: approx Copper Rose. HEX triplet: 99, 68 and 66. RGB value is (153,104,102). Sum of RGB (Red+Green+Blue) = 153+104+102=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #996866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996866 is #669799. Grayscale: #767676. Windows color (decimal): -6723482 or 6711449. OLE color: 6711449.

HSL color Cylindrical-coordinate representation of color #996866: hue angle of 2.35º 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 #996866 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB153104102-
CMYK00.320.330.4
HSL2.35º20%50%-
HSV(B)2.35º33.33%60%-
XYZ20.4917.6314.89-
YUV118.42118.73152.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=42.62%
G=28.97%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310410200.320.330.42.352050
Hex996866020212821432
Octal231150146040415022462
Binary100110011101000110011001000001000011010001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996866; }

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

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

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

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

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

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

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

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