#9C6865

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

Shades of Copper Rose #9C6865

Tints of Copper Rose #9C6865

Color information

#9C6865 (or 0x9C6865) is unknown color: approx Copper Rose. HEX triplet: 9C, 68 and 65. RGB value is (156,104,101). Sum of RGB (Red+Green+Blue) = 156+104+101=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6865 is #63979A. Grayscale: #777777. Windows color (decimal): -6526875 or 6645916. OLE color: 6645916.

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

Color convert

RGB156104101-
CMYK00.330.350.39
HSL3.27º21.74%50.39%-
HSV(B)3.27º35.26%61.18%-
XYZ21.0117.9114.66-
YUV119.21117.73154.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.21%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=43.21%
G=28.81%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610410100.330.350.393.2721.7450.39
Hex9C6865021232731632
Octal234150145041434732662
Binary100111001101000110010101000011000111001111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,104,101); }

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

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

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

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

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

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

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