#9B6E6A

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

Shades of Copper Rose #9B6E6A

Tints of Copper Rose #9B6E6A

Color information

#9B6E6A (or 0x9B6E6A) is unknown color: approx Copper Rose. HEX triplet: 9B, 6E and 6A. RGB value is (155,110,106). Sum of RGB (Red+Green+Blue) = 155+110+106=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E6A is #649195. Grayscale: #7B7B7B. Windows color (decimal): -6590870 or 6975131. OLE color: 6975131.

HSL color Cylindrical-coordinate representation of color #9B6E6A: hue angle of 4.9º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6E6A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB155110106-
CMYK00.290.320.39
HSL4.9º19.68%51.18%-
HSV(B)4.9º31.61%60.78%-
XYZ21.719.1616.19-
YUV123118.41150.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=41.78%
G=29.65%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511010600.290.320.394.919.6851.18
Hex9B6E6A01D202751433
Octal233156152035404752463
Binary100110111101110110101001110110000010011110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,110,106); }

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

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

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

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

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

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

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