#956969

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

Shades of Copper Rose #956969

Tints of Copper Rose #956969

Color information

#956969 (or 0x956969) is unknown color: approx Copper Rose. HEX triplet: 95, 69 and 69. RGB value is (149,105,105). Sum of RGB (Red+Green+Blue) = 149+105+105=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #956969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956969 is #6A9696. Grayscale: #767676. Windows color (decimal): -6985367 or 6908309. OLE color: 6908309.

HSL color Cylindrical-coordinate representation of color #956969: hue angle of 0º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956969 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149105105-
CMYK00.300.300.42
HSL17.32%49.8%-
HSV(B)29.53%58.43%-
XYZ2017.5115.69-
YUV118.16120.58150-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=41.50%
G=29.25%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910510500.300.300.42017.3249.8
Hex95696901E1E2A01132
Octal225151151036365202162
Binary100101011101001110100101111011110101010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956969; }

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

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

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

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

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

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

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

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