#9B6866

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

Shades of Copper Rose #9B6866

Tints of Copper Rose #9B6866

Color information

#9B6866 (or 0x9B6866) is unknown color: approx Copper Rose. HEX triplet: 9B, 68 and 66. RGB value is (155,104,102). Sum of RGB (Red+Green+Blue) = 155+104+102=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6866 is #649799. Grayscale: #777777. Windows color (decimal): -6592410 or 6711451. OLE color: 6711451.

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

Color convert

RGB155104102-
CMYK00.330.340.39
HSL2.26º20.95%50.39%-
HSV(B)2.26º34.19%60.78%-
XYZ20.8717.8314.91-
YUV119.02118.4153.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.94%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=42.94%
G=28.81%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510410200.330.340.392.2620.9550.39
Hex9B6866021222721532
Octal233150146041424722562
Binary100110111101000110011001000011000101001111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,104,102); }

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

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

 a { background-color: rgb(155,104,102); }

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

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

 span { border-color: rgb(155,104,102); }

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