#9B6565

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

Shades of Copper Rose #9B6565

Tints of Copper Rose #9B6565

Color information

#9B6565 (or 0x9B6565) is unknown color: approx Copper Rose. HEX triplet: 9B, 65 and 65. RGB value is (155,101,101). Sum of RGB (Red+Green+Blue) = 155+101+101=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6565 is #649A9A. Grayscale: #757575. Windows color (decimal): -6593179 or 6645147. OLE color: 6645147.

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

Color convert

RGB155101101-
CMYK00.350.350.39
HSL21.26%50.2%-
HSV(B)34.84%60.78%-
XYZ20.5217.2214.55-
YUV117.15118.89155-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.42%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 101 (39.84% from 255) = 28.29%
R=43.42%
G=28.29%
B=28.29%

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
Decimal15510110100.350.350.39021.2650.2
Hex9B6565023232701532
Octal233145145043434702562
Binary10011011110010111001010100011100011100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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