#966B69

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

Shades of Copper Rose #966B69

Tints of Copper Rose #966B69

Color information

#966B69 (or 0x966B69) is unknown color: approx Copper Rose. HEX triplet: 96, 6B and 69. RGB value is (150,107,105). Sum of RGB (Red+Green+Blue) = 150+107+105=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #966B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B69 is #699496. Grayscale: #777777. Windows color (decimal): -6919319 or 6908822. OLE color: 6908822.

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

Color convert

RGB150107105-
CMYK00.290.300.41
HSL2.67º17.65%50%-
HSV(B)2.67º30%58.82%-
XYZ20.3918.0215.77-
YUV119.63119.75149.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=41.44%
G=29.56%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010710500.290.300.412.6717.6550
Hex966B6901D1E2931232
Octal226153151035365132262
Binary1001011011010111101001011101111101010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966B69; }

 p { color: rgb(150,107,105); }

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

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

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

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

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

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

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