#966B6A

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

Shades of Copper Rose #966B6A

Tints of Copper Rose #966B6A

Color information

#966B6A (or 0x966B6A) is unknown color: approx Copper Rose. HEX triplet: 96, 6B and 6A. RGB value is (150,107,106). Sum of RGB (Red+Green+Blue) = 150+107+106=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #966B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B6A is #699495. Grayscale: #777777. Windows color (decimal): -6919318 or 6974358. OLE color: 6974358.

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

Color convert

RGB150107106-
CMYK00.290.290.41
HSL1.36º17.32%50.2%-
HSV(B)1.36º29.33%58.82%-
XYZ20.4418.0416.04-
YUV119.74120.25149.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=41.32%
G=29.48%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010710600.290.290.411.3617.3250.2
Hex966B6A01D1D2911132
Octal226153152035355112162
Binary100101101101011110101001110111101101001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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