#956362

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

Shades of Copper Rose #956362

Tints of Copper Rose #956362

Color information

#956362 (or 0x956362) is unknown color: approx Copper Rose. HEX triplet: 95, 63 and 62. RGB value is (149,99,98). Sum of RGB (Red+Green+Blue) = 149+99+98=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #956362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956362 is #6A9C9D. Grayscale: #717171. Windows color (decimal): -6986910 or 6448021. OLE color: 6448021.

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

Color convert

RGB1499998-
CMYK00.340.340.42
HSL1.18º20.65%48.43%-
HSV(B)1.18º34.23%58.43%-
XYZ19.0616.213.68-
YUV113.84119.06153.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=43.06%
G=28.61%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149999800.340.340.421.1820.6548.43
Hex956362022222A11530
Octal225143142042425212560
Binary10010101110001111000100100010100010101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956362; }

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

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

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

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

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

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

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

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