#956B6A

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

Shades of Copper Rose #956B6A

Tints of Copper Rose #956B6A

Color information

#956B6A (or 0x956B6A) is unknown color: approx Copper Rose. HEX triplet: 95, 6B and 6A. RGB value is (149,107,106). Sum of RGB (Red+Green+Blue) = 149+107+106=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B6A is #6A9495. Grayscale: #777777. Windows color (decimal): -6984854 or 6974357. OLE color: 6974357.

HSL color Cylindrical-coordinate representation of color #956B6A: hue angle of 1.4º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #956B6A is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB149107106-
CMYK00.280.290.42
HSL1.4º16.86%50%-
HSV(B)1.4º28.86%58.43%-
XYZ20.2517.9516.03-
YUV119.44120.41149.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=41.16%
G=29.56%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910710600.280.290.421.416.8650
Hex956B6A01C1D2A11132
Octal225153152034355212162
Binary100101011101011110101001110011101101010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,107,106); }

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

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

 a { background-color: rgb(149,107,106); }

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

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

 span { border-color: rgb(149,107,106); }

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