#956867

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

Shades of Copper Rose #956867

Tints of Copper Rose #956867

Color information

#956867 (or 0x956867) is unknown color: approx Copper Rose. HEX triplet: 95, 68 and 67. RGB value is (149,104,103). Sum of RGB (Red+Green+Blue) = 149+104+103=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #956867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956867 is #6A9798. Grayscale: #757575. Windows color (decimal): -6985625 or 6776981. OLE color: 6776981.

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

Color convert

RGB149104103-
CMYK00.300.310.42
HSL1.3º18.25%49.41%-
HSV(B)1.3º30.87%58.43%-
XYZ19.7917.2715.12-
YUV117.34119.91150.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.85%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=41.85%
G=29.21%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910410300.300.310.421.318.2549.41
Hex95686701E1F2A11231
Octal225150147036375212261
Binary100101011101000110011101111011111101010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956867; }

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

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

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

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

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

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

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

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