#956764

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

Shades of Copper Rose #956764

Tints of Copper Rose #956764

Color information

#956764 (or 0x956764) is unknown color: approx Copper Rose. HEX triplet: 95, 67 and 64. RGB value is (149,103,100). Sum of RGB (Red+Green+Blue) = 149+103+100=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #956764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956764 is #6A989B. Grayscale: #747474. Windows color (decimal): -6985884 or 6580117. OLE color: 6580117.

HSL color Cylindrical-coordinate representation of color #956764: hue angle of 3.67º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956764 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB149103100-
CMYK00.310.330.42
HSL3.67º19.68%48.82%-
HSV(B)3.67º32.89%58.43%-
XYZ19.5417.0114.31-
YUV116.41118.74151.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=42.33%
G=29.26%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910310000.310.330.423.6719.6848.82
Hex95676401F212A41431
Octal225147144037415242461
Binary100101011100111110010001111110000110101010010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956764; }

 p { color: rgb(149,103,100); }

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

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

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

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

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

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

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