#9B6563

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

Shades of Copper Rose #9B6563

Tints of Copper Rose #9B6563

Color information

#9B6563 (or 0x9B6563) is unknown color: approx Copper Rose. HEX triplet: 9B, 65 and 63. RGB value is (155,101,99). Sum of RGB (Red+Green+Blue) = 155+101+99=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6563 is #649A9C. Grayscale: #747474. Windows color (decimal): -6593181 or 6514075. OLE color: 6514075.

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

Color convert

RGB15510199-
CMYK00.350.360.39
HSL2.14º22.05%49.8%-
HSV(B)2.14º36.13%60.78%-
XYZ20.4217.1814.04-
YUV116.92117.89155.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=43.66%
G=28.45%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551019900.350.360.392.1422.0549.8
Hex9B6563023242721632
Octal233145143043444722662
Binary100110111100101110001101000111001001001111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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