#956361

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

Shades of Copper Rose #956361

Tints of Copper Rose #956361

Color information

#956361 (or 0x956361) is unknown color: approx Copper Rose. HEX triplet: 95, 63 and 61. RGB value is (149,99,97). Sum of RGB (Red+Green+Blue) = 149+99+97=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #956361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956361 is #6A9C9E. Grayscale: #717171. Windows color (decimal): -6986911 or 6382485. OLE color: 6382485.

HSL color Cylindrical-coordinate representation of color #956361: hue angle of 2.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956361 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1499997-
CMYK00.340.350.42
HSL2.31º21.14%48.24%-
HSV(B)2.31º34.9%58.43%-
XYZ19.0116.1813.43-
YUV113.72118.56153.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=43.19%
G=28.70%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149999700.340.350.422.3121.1448.24
Hex956361022232A21530
Octal225143141042435222560
Binary100101011100011110000101000101000111010101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956361; }

 p { color: rgb(149,99,97); }

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

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

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

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

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

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

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