#956F6D

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

Shades of Copper Rose #956F6D

Tints of Copper Rose #956F6D

Color information

#956F6D (or 0x956F6D) is unknown color: approx Copper Rose. HEX triplet: 95, 6F and 6D. RGB value is (149,111,109). Sum of RGB (Red+Green+Blue) = 149+111+109=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #956F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F6D is #6A9092. Grayscale: #7A7A7A. Windows color (decimal): -6983827 or 7171989. OLE color: 7171989.

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

Color convert

RGB149111109-
CMYK00.260.270.42
HSL15.87%50.59%-
HSV(B)26.85%58.43%-
XYZ20.8418.8617.01-
YUV122.13120.59147.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=40.38%
G=30.08%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911110900.260.270.42315.8750.59
Hex956F6D01A1B2A31033
Octal225157155032335232063
Binary1001010111011111101101011010110111010101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,111,109); }

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

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

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

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

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

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

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