#9B6764

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

Shades of Copper Rose #9B6764

Tints of Copper Rose #9B6764

Color information

#9B6764 (or 0x9B6764) is unknown color: approx Copper Rose. HEX triplet: 9B, 67 and 64. RGB value is (155,103,100). Sum of RGB (Red+Green+Blue) = 155+103+100=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6764 is #64989B. Grayscale: #767676. Windows color (decimal): -6592668 or 6580123. OLE color: 6580123.

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

Color convert

RGB155103100-
CMYK00.340.350.39
HSL3.27º21.57%50%-
HSV(B)3.27º35.48%60.78%-
XYZ20.6717.5914.36-
YUV118.21117.73154.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.30%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=43.30%
G=28.77%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510310000.340.350.393.2721.5750
Hex9B6764022232731632
Octal233147144042434732662
Binary100110111100111110010001000101000111001111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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