#956968

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

Shades of Copper Rose #956968

Tints of Copper Rose #956968

Color information

#956968 (or 0x956968) is unknown color: approx Copper Rose. HEX triplet: 95, 69 and 68. RGB value is (149,105,104). Sum of RGB (Red+Green+Blue) = 149+105+104=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #956968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956968 is #6A9697. Grayscale: #767676. Windows color (decimal): -6985368 or 6842773. OLE color: 6842773.

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

Color convert

RGB149105104-
CMYK00.300.300.42
HSL1.33º17.79%49.61%-
HSV(B)1.33º30.2%58.43%-
XYZ19.9417.4915.42-
YUV118.04120.08150.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=41.62%
G=29.33%
B=29.05%

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
Decimal14910510400.300.300.421.3317.7949.61
Hex95696801E1E2A11232
Octal225151150036365212262
Binary100101011101001110100001111011110101010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956968; }

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

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

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

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

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

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

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

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