#96706E

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

Shades of Copper Rose #96706E

Tints of Copper Rose #96706E

Color information

#96706E (or 0x96706E) is unknown color: approx Copper Rose. HEX triplet: 96, 70 and 6E. RGB value is (150,112,110). Sum of RGB (Red+Green+Blue) = 150+112+110=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96706E is #698F91. Grayscale: #7B7B7B. Windows color (decimal): -6918034 or 7237782. OLE color: 7237782.

HSL color Cylindrical-coordinate representation of color #96706E: hue angle of 3º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96706E is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150112110-
CMYK00.250.270.41
HSL16%50.98%-
HSV(B)26.67%58.82%-
XYZ21.1919.217.34-
YUV123.13120.59147.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=40.32%
G=30.11%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011211000.250.270.4131650.98
Hex96706E0191B2931033
Octal226160156031335132063
Binary1001011011100001101110011001110111010011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96706E; }

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

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

<style>
 a { background-color: #96706E; }

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

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

<style>
 span { border-color: #96706E; }

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

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