#9B6564

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

Shades of Copper Rose #9B6564

Tints of Copper Rose #9B6564

Color information

#9B6564 (or 0x9B6564) is unknown color: approx Copper Rose. HEX triplet: 9B, 65 and 64. RGB value is (155,101,100). Sum of RGB (Red+Green+Blue) = 155+101+100=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6564 is #649A9B. Grayscale: #757575. Windows color (decimal): -6593180 or 6579611. OLE color: 6579611.

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

Color convert

RGB155101100-
CMYK00.350.350.39
HSL1.09º21.57%50%-
HSV(B)1.09º35.48%60.78%-
XYZ20.4717.214.3-
YUV117.03118.39155.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=43.54%
G=28.37%
B=28.09%

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
Decimal15510110000.350.350.391.0921.5750
Hex9B6564023232711632
Octal233145144043434712662
Binary10011011110010111001000100011100011100111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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