#956868

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

Shades of Copper Rose #956868

Tints of Copper Rose #956868

Color information

#956868 (or 0x956868) is unknown color: approx Copper Rose. HEX triplet: 95, 68 and 68. RGB value is (149,104,104). Sum of RGB (Red+Green+Blue) = 149+104+104=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #956868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956868 is #6A9797. Grayscale: #757575. Windows color (decimal): -6985624 or 6842517. OLE color: 6842517.

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

Color convert

RGB149104104-
CMYK00.300.300.42
HSL17.79%49.61%-
HSV(B)30.2%58.43%-
XYZ19.8417.2915.39-
YUV117.45120.41150.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=41.74%
G=29.13%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910410400.300.300.42017.7949.61
Hex95686801E1E2A01232
Octal225150150036365202262
Binary100101011101000110100001111011110101010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956868; }

 p { color: rgb(149,104,104); }

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

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

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

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

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

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

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