#9B726F

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

Shades of Copper Rose #9B726F

Tints of Copper Rose #9B726F

Color information

#9B726F (or 0x9B726F) is unknown color: approx Copper Rose. HEX triplet: 9B, 72 and 6F. RGB value is (155,114,111). Sum of RGB (Red+Green+Blue) = 155+114+111=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B726F is #648D90. Grayscale: #7D7D7D. Windows color (decimal): -6589841 or 7303835. OLE color: 7303835.

HSL color Cylindrical-coordinate representation of color #9B726F: hue angle of 4.09º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B726F is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB155114111-
CMYK00.260.280.39
HSL4.09º18.03%52.16%-
HSV(B)4.09º28.39%60.78%-
XYZ22.420.1517.75-
YUV125.92119.58148.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 114 (44.92% from 255) = 30%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=40.79%
G=30%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511411100.260.280.394.0918.0352.16
Hex9B726F01A1C2741234
Octal233162157032344742264
Binary10011011111001011011110110101110010011110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,114,111); }

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

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

 a { background-color: rgb(155,114,111); }

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

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

 span { border-color: rgb(155,114,111); }

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