#9B6260

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

Shades of Copper Rose #9B6260

Tints of Copper Rose #9B6260

Color information

#9B6260 (or 0x9B6260) is unknown color: approx Copper Rose. HEX triplet: 9B, 62 and 60. RGB value is (155,98,96). Sum of RGB (Red+Green+Blue) = 155+98+96=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6260 is #649D9F. Grayscale: #727272. Windows color (decimal): -6593952 or 6316699. OLE color: 6316699.

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

Color convert

RGB1559896-
CMYK00.370.380.39
HSL2.03º23.51%49.22%-
HSV(B)2.03º38.06%60.78%-
XYZ2016.5513.21-
YUV114.82117.38156.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=44.41%
G=28.08%
B=27.51%

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
Decimal155989600.370.380.392.0323.5149.22
Hex9B6260025262721831
Octal233142140045464723061
Binary100110111100010110000001001011001101001111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,98,96); }

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

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

 a { background-color: rgb(155,98,96); }

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

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

 span { border-color: rgb(155,98,96); }

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