#996A6A

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

Shades of Copper Rose #996A6A

Tints of Copper Rose #996A6A

Color information

#996A6A (or 0x996A6A) is unknown color: approx Copper Rose. HEX triplet: 99, 6A and 6A. RGB value is (153,106,106). Sum of RGB (Red+Green+Blue) = 153+106+106=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #996A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A6A is #669595. Grayscale: #787878. Windows color (decimal): -6722966 or 6974105. OLE color: 6974105.

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

Color convert

RGB153106106-
CMYK00.310.310.4
HSL18.73%50.78%-
HSV(B)30.72%60%-
XYZ20.8918.1216.03-
YUV120.05120.07151.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=41.92%
G=29.04%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310610600.310.310.4018.7350.78
Hex996A6A01F1F2801333
Octal231152152037375002363
Binary100110011101010110101001111111111101000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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