#956E6C

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

Shades of Copper Rose #956E6C

Tints of Copper Rose #956E6C

Color information

#956E6C (or 0x956E6C) is unknown color: approx Copper Rose. HEX triplet: 95, 6E and 6C. RGB value is (149,110,108). Sum of RGB (Red+Green+Blue) = 149+110+108=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #956E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E6C is #6A9193. Grayscale: #797979. Windows color (decimal): -6984084 or 7106197. OLE color: 7106197.

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

Color convert

RGB149110108-
CMYK00.260.280.42
HSL2.93º16.21%50.39%-
HSV(B)2.93º27.52%58.43%-
XYZ20.6818.6216.69-
YUV121.43120.42147.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=40.60%
G=29.97%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911010800.260.280.422.9316.2150.39
Hex956E6C01A1C2A31032
Octal225156154032345232062
Binary1001010111011101101100011010111001010101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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