#9C6565

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

Shades of Copper Rose #9C6565

Tints of Copper Rose #9C6565

Color information

#9C6565 (or 0x9C6565) is unknown color: approx Copper Rose. HEX triplet: 9C, 65 and 65. RGB value is (156,101,101). Sum of RGB (Red+Green+Blue) = 156+101+101=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6565 is #639A9A. Grayscale: #757575. Windows color (decimal): -6527643 or 6645148. OLE color: 6645148.

HSL color Cylindrical-coordinate representation of color #9C6565: hue angle of 0º 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 #9C6565 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB156101101-
CMYK00.350.350.39
HSL21.74%50.39%-
HSV(B)35.26%61.18%-
XYZ20.7117.3114.56-
YUV117.44118.72155.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.58%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=43.58%
G=28.21%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610110100.350.350.39021.7450.39
Hex9C6565023232701632
Octal234145145043434702662
Binary10011100110010111001010100011100011100111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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