#956D6B

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

Shades of Copper Rose #956D6B

Tints of Copper Rose #956D6B

Color information

#956D6B (or 0x956D6B) is unknown color: approx Copper Rose. HEX triplet: 95, 6D and 6B. RGB value is (149,109,107). Sum of RGB (Red+Green+Blue) = 149+109+107=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #956D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D6B is #6A9294. Grayscale: #787878. Windows color (decimal): -6984341 or 7040405. OLE color: 7040405.

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

Color convert

RGB149109107-
CMYK00.270.280.42
HSL2.86º16.54%50.2%-
HSV(B)2.86º28.19%58.43%-
XYZ20.5218.3916.38-
YUV120.73120.25148.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=40.82%
G=29.86%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910910700.270.280.422.8616.5450.2
Hex956D6B01B1C2A31132
Octal225155153033345232162
Binary1001010111011011101011011011111001010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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