#9B6D6B

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

Shades of Copper Rose #9B6D6B

Tints of Copper Rose #9B6D6B

Color information

#9B6D6B (or 0x9B6D6B) is unknown color: approx Copper Rose. HEX triplet: 9B, 6D and 6B. RGB value is (155,109,107). Sum of RGB (Red+Green+Blue) = 155+109+107=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6D6B is #649294. Grayscale: #7A7A7A. Windows color (decimal): -6591125 or 7040411. OLE color: 7040411.

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

Color convert

RGB155109107-
CMYK00.300.310.39
HSL2.5º19.35%51.37%-
HSV(B)2.5º30.97%60.78%-
XYZ21.6418.9716.43-
YUV122.53119.24151.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=41.78%
G=29.38%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510910700.300.310.392.519.3551.37
Hex9B6D6B01E1F2731333
Octal233155153036374732363
Binary1001101111011011101011011110111111001111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,109,107); }

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

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

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

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

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

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

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