#956564

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

Shades of Copper Rose #956564

Tints of Copper Rose #956564

Color information

#956564 (or 0x956564) is unknown color: approx Copper Rose. HEX triplet: 95, 65 and 64. RGB value is (149,101,100). Sum of RGB (Red+Green+Blue) = 149+101+100=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #956564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956564 is #6A9A9B. Grayscale: #737373. Windows color (decimal): -6986396 or 6579605. OLE color: 6579605.

HSL color Cylindrical-coordinate representation of color #956564: hue angle of 1.22º 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 #956564 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB149101100-
CMYK00.320.330.42
HSL1.22º19.68%48.82%-
HSV(B)1.22º32.89%58.43%-
XYZ19.3516.6214.24-
YUV115.24119.4152.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=42.57%
G=28.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910110000.320.330.421.2219.6848.82
Hex956564020212A11431
Octal225145144040415212461
Binary10010101110010111001000100000100001101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956564; }

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

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

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

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

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

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

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

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