#966868

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

Shades of Copper Rose #966868

Tints of Copper Rose #966868

Color information

#966868 (or 0x966868) is unknown color: approx Copper Rose. HEX triplet: 96, 68 and 68. RGB value is (150,104,104). Sum of RGB (Red+Green+Blue) = 150+104+104=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #966868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966868 is #699797. Grayscale: #757575. Windows color (decimal): -6920088 or 6842518. OLE color: 6842518.

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

Color convert

RGB150104104-
CMYK00.310.310.41
HSL18.11%49.8%-
HSV(B)30.67%58.82%-
XYZ20.0317.3815.4-
YUV117.75120.24151-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=41.90%
G=29.05%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010410400.310.310.41018.1149.8
Hex96686801F1F2901232
Octal226150150037375102262
Binary100101101101000110100001111111111101001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966868; }

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

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

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

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

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

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

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

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