#9C6361

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

Shades of Copper Rose #9C6361

Tints of Copper Rose #9C6361

Color information

#9C6361 (or 0x9C6361) is unknown color: approx Copper Rose. HEX triplet: 9C, 63 and 61. RGB value is (156,99,97). Sum of RGB (Red+Green+Blue) = 156+99+97=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6361 is #639C9E. Grayscale: #737373. Windows color (decimal): -6528159 or 6382492. OLE color: 6382492.

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

Color convert

RGB1569997-
CMYK00.370.380.39
HSL2.03º23.32%49.61%-
HSV(B)2.03º37.82%61.18%-
XYZ20.3316.8513.49-
YUV115.82117.38156.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.32%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=44.32%
G=28.12%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156999700.370.380.392.0323.3249.61
Hex9C6361025262721732
Octal234143141045464722762
Binary100111001100011110000101001011001101001111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,99,97); }

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

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

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

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

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

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

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