#996C6A

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

Shades of Copper Rose #996C6A

Tints of Copper Rose #996C6A

Color information

#996C6A (or 0x996C6A) is unknown color: approx Copper Rose. HEX triplet: 99, 6C and 6A. RGB value is (153,108,106). Sum of RGB (Red+Green+Blue) = 153+108+106=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #996C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C6A is #669395. Grayscale: #797979. Windows color (decimal): -6722454 or 6974617. OLE color: 6974617.

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

Color convert

RGB153108106-
CMYK00.290.310.4
HSL2.55º18.73%50.78%-
HSV(B)2.55º30.72%60%-
XYZ21.118.5416.1-
YUV121.23119.41150.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=41.69%
G=29.43%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310810600.290.310.42.5518.7350.78
Hex996C6A01D1F2831333
Octal231154152035375032363
Binary1001100111011001101010011101111111010001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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