#956C69

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

Shades of Copper Rose #956C69

Tints of Copper Rose #956C69

Color information

#956C69 (or 0x956C69) is unknown color: approx Copper Rose. HEX triplet: 95, 6C and 69. RGB value is (149,108,105). Sum of RGB (Red+Green+Blue) = 149+108+105=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C69 is #6A9396. Grayscale: #777777. Windows color (decimal): -6984599 or 6909077. OLE color: 6909077.

HSL color Cylindrical-coordinate representation of color #956C69: hue angle of 4.09º 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 #956C69 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149108105-
CMYK00.280.300.42
HSL4.09º17.32%49.8%-
HSV(B)4.09º29.53%58.43%-
XYZ20.3118.1315.79-
YUV119.92119.58148.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=41.16%
G=29.83%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910810500.280.300.424.0917.3249.8
Hex956C6901C1E2A41132
Octal225154151034365242162
Binary10010101110110011010010111001111010101010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956C69; }

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

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

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

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

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

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

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

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