#9F706E

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

Shades of Copper Rose #9F706E

Tints of Copper Rose #9F706E

Color information

#9F706E (or 0x9F706E) is unknown color: approx Copper Rose. HEX triplet: 9F, 70 and 6E. RGB value is (159,112,110). Sum of RGB (Red+Green+Blue) = 159+112+110=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F706E is #608F91. Grayscale: #7D7D7D. Windows color (decimal): -6328210 or 7237791. OLE color: 7237791.

HSL color Cylindrical-coordinate representation of color #9F706E: hue angle of 2.45º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F706E is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB159112110-
CMYK00.300.310.38
HSL2.45º20.33%52.75%-
HSV(B)2.45º30.82%62.35%-
XYZ22.9120.0917.42-
YUV125.82119.07151.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.73%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=41.73%
G=29.40%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911211000.300.310.382.4520.3352.75
Hex9F706E01E1F2621435
Octal237160156036374622465
Binary1001111111100001101110011110111111001101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,112,110); }

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

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

 a { background-color: rgb(159,112,110); }

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

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

 span { border-color: rgb(159,112,110); }

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