#9C6A66

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

Shades of Copper Rose #9C6A66

Tints of Copper Rose #9C6A66

Color information

#9C6A66 (or 0x9C6A66) is unknown color: approx Copper Rose. HEX triplet: 9C, 6A and 66. RGB value is (156,106,102). Sum of RGB (Red+Green+Blue) = 156+106+102=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6A66 is #639599. Grayscale: #787878. Windows color (decimal): -6526362 or 6711964. OLE color: 6711964.

HSL color Cylindrical-coordinate representation of color #9C6A66: hue angle of 4.44º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6A66 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB156106102-
CMYK00.320.350.39
HSL4.44º21.43%50.59%-
HSV(B)4.44º34.62%61.18%-
XYZ21.2618.3414.99-
YUV120.49117.56153.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.86%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=42.86%
G=29.12%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610610200.320.350.394.4421.4350.59
Hex9C6A66020232741533
Octal234152146040434742563
Binary1001110011010101100110010000010001110011110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C6A66; }

 p { color: rgb(156,106,102); }

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

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

 a { background-color: rgb(156,106,102); }

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

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

 span { border-color: rgb(156,106,102); }

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