#956E6E

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

Shades of Copper Rose #956E6E

Tints of Copper Rose #956E6E

Color information

#956E6E (or 0x956E6E) is unknown color: approx Copper Rose. HEX triplet: 95, 6E and 6E. RGB value is (149,110,110). Sum of RGB (Red+Green+Blue) = 149+110+110=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #956E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E6E is #6A9191. Grayscale: #797979. Windows color (decimal): -6984082 or 7237269. OLE color: 7237269.

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

Color convert

RGB149110110-
CMYK00.260.260.42
HSL15.54%50.78%-
HSV(B)26.17%58.43%-
XYZ20.7818.6717.26-
YUV121.66121.42147.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=40.38%
G=29.81%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911011000.260.260.42015.5450.78
Hex956E6E01A1A2A01033
Octal225156156032325202063
Binary100101011101110110111001101011010101010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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