#996E6C

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

Shades of Copper Rose #996E6C

Tints of Copper Rose #996E6C

Color information

#996E6C (or 0x996E6C) is unknown color: approx Copper Rose. HEX triplet: 99, 6E and 6C. RGB value is (153,110,108). Sum of RGB (Red+Green+Blue) = 153+110+108=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E6C is #669193. Grayscale: #7A7A7A. Windows color (decimal): -6721940 or 7106201. OLE color: 7106201.

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

Color convert

RGB153110108-
CMYK00.280.290.4
HSL2.67º18.07%51.18%-
HSV(B)2.67º29.41%60%-
XYZ21.4219.0116.73-
YUV122.63119.75149.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=41.24%
G=29.65%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311010800.280.290.42.6718.0751.18
Hex996E6C01C1D2831233
Octal231156154034355032263
Binary1001100111011101101100011100111011010001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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