#996969

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

Shades of Copper Rose #996969

Tints of Copper Rose #996969

Color information

#996969 (or 0x996969) is unknown color: approx Copper Rose. HEX triplet: 99, 69 and 69. RGB value is (153,105,105). Sum of RGB (Red+Green+Blue) = 153+105+105=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #996969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996969 is #669696. Grayscale: #777777. Windows color (decimal): -6723223 or 6908313. OLE color: 6908313.

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

Color convert

RGB153105105-
CMYK00.310.310.4
HSL19.05%50.59%-
HSV(B)31.37%60%-
XYZ20.7417.915.73-
YUV119.35119.9152-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=42.15%
G=28.93%
B=28.93%

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
Decimal15310510500.310.310.4019.0550.59
Hex99696901F1F2801333
Octal231151151037375002363
Binary100110011101001110100101111111111101000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996969; }

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

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

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

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

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

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

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

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