#996A69

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

Shades of Copper Rose #996A69

Tints of Copper Rose #996A69

Color information

#996A69 (or 0x996A69) is unknown color: approx Copper Rose. HEX triplet: 99, 6A and 69. RGB value is (153,106,105). Sum of RGB (Red+Green+Blue) = 153+106+105=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #996A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A69 is #669596. Grayscale: #777777. Windows color (decimal): -6722967 or 6908569. OLE color: 6908569.

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

Color convert

RGB153106105-
CMYK00.310.310.4
HSL1.25º19.05%50.59%-
HSV(B)1.25º31.37%60%-
XYZ20.8418.115.76-
YUV119.94119.57151.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=42.03%
G=29.12%
B=28.85%

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
Decimal15310610500.310.310.41.2519.0550.59
Hex996A6901F1F2811333
Octal231152151037375012363
Binary100110011101010110100101111111111101000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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